Lmove | R Documentation |
Move the tree rings coordinates based on P00 (x,y movement coordinates).
Lmove(L, P00 = P00)
L |
a list of tree rings(x,y coordinates). |
P00 |
x, y coordinates of a center point (usually a pith). |
moved L to center point 0,0
Lplot(TR@L)
sapply(Lmove(TR@L,c(3000,-3000)),lines,col="blue")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.