Llist2dataframe: Convert from a list of tree rings polygons (L) to data frame...

View source: R/calculation.R

Llist2dataframeR 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).

Description

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).

Usage

Llist2dataframe(L)

Arguments

L

list of tree ring lines

Value

data frame

Examples

L_ <- Llist2dataframe(TR@L)
head(L_) ; tail(L_)

TreeRingShape documentation built on April 4, 2025, 5:10 a.m.