R/calculation.R
Ldeg360.Rd
Return a vector of center angle 0 to 360(degree) for x y coordinate vector
Ldeg360(x, y)
a vector of x coordinates
a vector of y coordinates
a vector of center angle 0 to 360(degree) for x y coordinate vector
xy <-TR@L[[1]] plot(Ldeg360(xy[,1],xy[2]))