ttGranier | R Documentation |
The function makes use of data frames created by the "ttScrape()" function. It processes data from Thermal Dissipation Probes (TDP). It converst voltages into temperatures, it smooths the time series with a Savysky-Golay filter. It fills gaps until 24 hours an finally it estimate the sapflow for each TreeTalker in a mesh.
ttGranier(mydata_4D, plot_label)
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 |
Enrico Tomelleri
TT+ user manual, Nature 4.0 (version 02/09/2020). A. Granier, “Une nouvelle methode pour la measure du flux de seve brute dans le tronc des arbres”. Ann. Sci. For., 42, 193–200, 1985.
load(file = "data/mydata_4D.rda")
ttGranier(mydata_4D, "split")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.