dstpp {TreeRingShape} | R Documentation |
Return vector for distance between adjacent two points
Description
Return vector for distance between adjacent two points
Usage
dstpp(x, y)
Arguments
x |
vector of x coordinates |
y |
vector of y coordinates |
Value
vector for distance between adjacent two points
Examples
l.<-TR@L[[1]]
plot(l.)
x<-l.[,1] ;y<-l.[,2]
dstpp(x,y)
[Package TreeRingShape version 3.0.3 Index]