Llist2dataframe {TreeRingShape} | 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_)