Lplot | R Documentation |
Plot a graphics of tree rings
Lplot(L, rn = 1:length(L), col = "red", ...)
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 |
No return value, only draw tree ring plot.
Lplot(TR@L,main=TR@L_filename)
Lplot(TR@L,rn=1:20,col='blue',main=TR@L_filename)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.