dst {TreeRingShape} | R Documentation |
Return a vector of distances from original a point (0,0) from a matrix or data frame of xy coordinates
dst(xy)
xy |
a matrix or data frame of xy coordinates |
a vector of distances from original a point
plot(TR@L[[1]])
plot(dst(TR@L[[1]]))