ttGrowth | R Documentation |
The function makes use of data frames created by the "ttScrape()" function. It processes data from GP2Y0A21 Sharp distance sensors. The sensors are deployed to measure stem radial growth. The distance sensor is positioned at few centimeters away from the tree trunk’s surface and kept in place by a carbon fiber stick anchored in the xylem. The "ttGrowth()" function converts the digital numbers into distance (mm) and applyes a temporal averaging (median) on weekly basis.
ttGrowth(mydata_4D)
mydata_4D |
Enrico Tomelleri
TT+ user manual, Nature 4.0 (version 02/09/2020).
load(file = "data/mydata_4D.rda")
ttGrowth(mydata_4D, "split")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.