ttGrowth_daily_v2: A function to process and plot TreeTalker radial growth data.

ttGrowthR Documentation

A function to process and plot TreeTalker radial growth data.

Description

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.

Usage

ttGrowth(mydata_4D)

Arguments

mydata_4D

Author(s)

Enrico Tomelleri

References

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

Examples


load(file = "data/mydata_4D.rda")
ttGrowth(mydata_4D, "split")

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