powered by
Identify wheter crown overlap among nearest neighbour.
nnoverlap(nncrown, nndist)
Crown width of nearest neighbour.
Distance of nearest neighbour.
Crown overlap among nearest neighbour,the value is positive means overlap, value is negative means no overlap.
# NOT RUN { data(tree.ppp) NNcrown<-nnIndex(tree.ppp,N=4,smark="crownwid.m",buffer=FALSE) NNoverlap<-nnoverlap(NNcrown$nncrownwid.m,NNcrown$nndist) NNoverlap # }
Run the code above in your browser using DataLab