Lplot2 | R Documentation |
Draw a graphics of tree rings by 1 ring (3*3 in a screen)
Lplot2(L, i.ring = 1:length(L), nrow = 3, ncol = 3, ask = "FALSE", ...)
L |
a list of tree rings polygon coordinates (X,Y) |
i.ring |
integer vector, tree ring number for drawing |
nrow |
par(mfrow=c(nrow,ncol)) |
ncol |
par(mfrow=c(nrow,ncol)) |
ask |
logical; if TRUE, the user is asked before each plot |
... |
other parameters to be passed through to plotting functions. |
No return value, only draw tree ring plot.
Lplot2(TR@L,i.ring=1:9, nrow=1,ncol=1,type='b')
Lplot2(TR@L,type='b')
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.