Description Usage Arguments Value Examples
Obtain circular or ellipetic windows for a set of coordianates
1 | nn_ellipse(Cx = Cx, Cy = Cy, nn = nn, p = p)
|
Cx |
: Coordenate (Longitude). A vector Rx1 |
Cy |
: Coordenate (Latitude). A vector Rx1 |
nn |
: maximun (number of observations) size of the windows. |
p |
: rotation angle ellipse. |
ventanas x
and y
.
1 2 3 4 5 | R <- 1000
nn<-50
Cx <- runif(R,0,1)
Cy <- runif(R,0,1)
A <- nn_ellipse(Cx=Cx,Cy=Cy,nn=nn,p=30)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.