nnoverlap | R Documentation |
Identify wheter crown overlap among nearest neighbour.
nnoverlap(nncrown, nndist)
nncrown |
Crown width of nearest neighbour. |
nndist |
Distance of nearest neighbour. |
Crown overlap among nearest neighbour,the value is positive means overlap, value is negative means no overlap.
Zongzheng Chai, chaizz@126.com
data(tree.ppp)
NNcrown<-nnIndex(tree.ppp,N=4,smark="crownwid.m",buffer=FALSE)
NNoverlap<-nnoverlap(NNcrown$nncrownwid.m,NNcrown$nndist)
NNoverlap
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.