plot_ZG_output {dendRoAnalyst} | R Documentation |
This function plots the GRO and TWD of dendrometer data for a defined time period.
plot_ZG_output(ZG_output, DOY, Year)
ZG_output |
list the output of |
DOY |
array with initial and final day for plotting. E.g. c(a,b), where a = initial date and b = final date. |
Year |
array for indicating year for plotting. |
A plot with GRO and TWD in two different subplots.
library(dendRoAnalyst)
data(gf_nepa17)
zg.phase<-phase.zg(df=gf_nepa17, TreeNum=1)
plot_ZG_output(ZG_output=zg.phase,DOY=c(50,51), Year=2017)