ttBattery | R Documentation |
The function makes use of data frames created by the "ttScrape()" function and plots the battery voltage for all the TreeTalkes in a mesh, including the TTR and the TTcloud.
ttBattery(mydata_4B, mydata_4D, plot_label)
mydata_4B |
a ttScrape object |
mydata_4D |
a ttScrape object |
plot_label |
"all_in_one": all the treetalkers in a plot "split": each treetalker in a different panel "none": it doesn't plot |
TT+ user manual, Nature 4.0 (version 02/09/2020).
load(file = "data/mydata_4B.rda")
load(file = "data/mydata_4D.rda")
ttBattery(mydata_4B, mydata_4D, "all_in_one")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.