ttbattery: A function to do check and plot the battery status of a TT...

ttBatteryR Documentation

A function to do check and plot the battery status of a TT site.

Description

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.

Usage

ttBattery(mydata_4B, mydata_4D, plot_label)

Arguments

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

References

TT+ user manual, Nature 4.0 (version 02/09/2020).

Examples


load(file = "data/mydata_4B.rda")
load(file = "data/mydata_4D.rda")
ttBattery(mydata_4B, mydata_4D, "all_in_one")

EnricoTomelleri/ttalkR documentation built on Sept. 27, 2024, 2:49 p.m.