powered by
This function plots the stem cycle of dendrometer data.
plot_SC_output( SC_output, DOY, Year, cols = c("#fee8c8", "#fdbb84", "#e34a33"), phNames = c("Shrinkage", "Expansion", "Increment") )
A plot with different phases.
list the output of phase.sc function.
phase.sc
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.
array of three elements: colour for each phases.
array with three elements for three different phases. Default is "Shrinkage", "Expansion" and "Increment".
# \donttest{ library(dendRoAnalyst) data(gf_nepa17) sc.phase<-phase.sc(df=gf_nepa17, TreeNum=1, smoothing=12) plot_SC_output(SC_output=sc.phase,DOY=c(50,60), Year=2017) # }
Run the code above in your browser using DataLab