nnangle: Identify the angle among nearest neighbours

Description Usage Arguments Value Author(s) References Examples

Description

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.

Usage

1
nnangle(nndist, nnx, nny)

Arguments

nndist

Distance of nearest neighbour

nnx

x coordinate of nearest neighbour

nny

y coordinate of nearest neighbour

Value

The angles obtained between two adjacent neighbours.

Author(s)

Zongzheng Chai, chaizz@126.com

References

None

Examples

1
2
3
NNcoord<-nnIndex(tree.ppp,N=4,smark=c("x","y"),buffer=FALSE)
NNangle<-nnangle(NNcoord$nndist,NNcoord$nnx,NNcoord$nny)
NNangle

Zongzheng/forestSAS documentation built on May 10, 2019, 1:59 a.m.