norm_diurnal_centroid | R Documentation |
Calculate the normalized diurnal centroid for sapflow variables
norm_diurnal_centroid(sapf_var, rad_var)
sapf_var |
A numeric vector containing the sapflow values for a day at a regular intervals. Missing values are allowed but not recommended. |
rad_var |
A numeric vector containing the incoming radiation for a day at a regular intervals. Missing values are allowed but not recommended. Must be the same length as sapf_var. |
The code for this function has been kindly provided by Jacob Nelson in python
(see https://github.com/jnelson18/FluxnetTools/blob/master/FileS3.py) and has
been translated to a tidy data philosophy in R to be used inside a
summarise
statement.
A numeric value with the normalized diurnal centroid value
This function calculates the diurnal centroid of sapflow measures relative to the diurnal centroid of incoming radiation (in any units). For that the incoming radiation diurnal centroid is substracted from the sapflow diurnal centroid:
Sapf_cent - IncomingRad_cent
Jacob Nelson & VĂctor Granda
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.