Llist2dataframe | R Documentation |
Convert from a list of tree rings polygons (L) to data frame to a data frame with no.,year,x,y,r(radius),radian(center angle),degree. The data frame is sorted by degree(0 to 360).
Llist2dataframe(L)
L |
list of tree ring lines |
data frame
L_ <- Llist2dataframe(TR@L)
head(L_) ; tail(L_)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.