plot_TreeRings_df | R Documentation |
Plot tree rings from data fame This function draws Tree rings of a disk from data frame(x,y,year).
plot_TreeRings_df(df, year_label = "yr")
df |
name of a data frame |
year_label |
name of column of Tree ring year (0(cambium),1,2,....,n(pith)) |
No return value, only draw tree ring plot.
Llist2dataframe
for the data frame
TR@L_ <- Llist2dataframe(TR@L) # data frame of tree rings
names(TR@L_)
plot_TreeRings_df(TR@L_)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.