Ldeg360 | R Documentation |
Return a vector of center angle 0 to 360(degree) for x y coordinate vector
Ldeg360(x, y)
x |
a vector of x coordinates |
y |
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]))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.