R/plot.R
plot_TreeRings_df.Rd
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")
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_)
#> [1] "i" "yr" "x" "y" "r" "rad" "deg"
plot_TreeRings_df(TR@L_)