Lmove {TreeRingShape}R Documentation

Move the tree rings coordinates based on P00 (x,y movement coordinates).

Description

Move the tree rings coordinates based on P00 (x,y movement coordinates).

Usage

Lmove(L, P00 = P00)

Arguments

L

a list of tree rings(x,y coordinates).

P00

x, y coordinates of a center point (usually a pith).

Value

moved L to center point 0,0

Examples

Lplot(TR@L)
sapply(Lmove(TR@L,c(3000,-3000)),lines,col="blue")

[Package TreeRingShape version 3.0.3 Index]