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", ...)
Arguments
- 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.
Value
No return value, only draw tree ring plot.
Examples
Lplot2(TR@L,i.ring=1:9, nrow=1,ncol=1,type='b')
Lplot2(TR@L,type='b')