ttStWC: A function to plot and process relative TreeTalker humidity...

View source: R/ttStWC.R

ttStWCR Documentation

A function to plot and process relative TreeTalker humidity data.

Description

The function makes use of data frames created by the "ttScrape()" function. It processes data from a Capacitive sensor (MicroPCB (20x3x2) mm with copper plates)

Usage

ttStWC(mydata_4D, species, plot_label)

Arguments

mydata_4D

a ttScrape object

plot_label

"spruce", "beech", "poplar", "pine"

plot_label

"all_in_one": all the treetalkers in a plot "split": each treetalker in a different panel "none": it doesn't plot

Author(s)

Enrico Tomelleri

References

TT+ user manual, Nature 4.0 (version 02/09/2020). Asgharinia, S., Belelli Marchesini, L., Gianelle, D., and Valentini, R.: Design and Performance Evaluation of Internet of Things (IoT) Based Multifunctional Device for Plant Ecophysiology & Hydrology: Toward Stem Water Content & Sap Flow , EGU General Assembly 2020, Online, 4–8 May 2020, EGU2020-17021, https://doi.org/10.5194/egusphere-egu2020-17021, 2020

Examples


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

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