Plot a graphics of tree rings
Lplot(L, rn = 1:length(L), col = "red", ...)
Arguments
- L
a list of tree rings polygon coordinates (X,Y)
- rn
vector of ring number of list (L), default 1:length(L)
- col
color of plot
- ...
other parameters to be passed through to plotting functions
Value
No return value, only draw tree ring plot.
Examples
Lplot(TR@L,main=TR@L_filename)
Lplot(TR@L,rn=1:20,col='blue',main=TR@L_filename)