powered by
This function plots the GRO and TWD of dendrometer data for a defined time period.
plot_ZG_output(ZG_output, DOY, Year)
A plot with GRO and TWD in two different subplots.
list the output of phase.zg function.
phase.zg
array with initial and final day for plotting. E.g. c(a,b), where a = initial date and b = final date.
array for indicating year for plotting.
# \donttest{ 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) # }
Run the code above in your browser using DataLab