Hello,
I am a master's student at Texas State University using this for a project. I ran my biplots and all was good. But, after creating a vector for the extractIsotopeData function, I tried to run the highlighted code. The code had no errors returned, but also never
returned any plots. Any help? TIA!
TDFvalues <- TDF()
str(Group_2_Bracken_Cave_Data_Set)
consumer <- extractIsotopeData(Group_2_Bracken_Cave_Data_Set,
consumer = "Bat", consumersColumn = "FG",
b1 = "Beetle", b2 = "Mite", baselineColumn = "FG",
group = "Bracken", groupsColumn = "Location",
deltaC = TDFvalues$deltaC, deltaN = TDFvalues$deltaN
)
for (Location in consumer){
plot(Location)
print(summary(Location))
}
Warmly,
--------------------------------------------------------
Lacey Parker (she/they)
TXST Graduate Student - Aquatic Biology