
Describes the degree of regularity in the spatial distribution of n trees that are nearest to a reference tree. Moving clockwise around reference tree,the angle was obtained between two adjacent neighbours.
nnangle(nndist, nnx, nny)
Distance of nearest neighbour
x coordinate of nearest neighbour
y coordinate of nearest neighbour
The angles obtained between two adjacent neighbours.
None
# NOT RUN {
data(tree.ppp)
NNcoord<-nnIndex(tree.ppp,N=4,smark=c("x","y"),buffer=FALSE)
NNangle<-nnangle(NNcoord$nndist,NNcoord$nnx,NNcoord$nny)
NNangle
# }
Run the code above in your browser using DataLab