Gest_nn | R Documentation |
Estimates the nearest neighbour distance distribution Gest from a point pattern in a window of arbitrary shape. Modified from the spatstat package function Gest to allow for usage of nearest neighbors beyond the first
Gest_nn(
X,
r = NULL,
breaks = NULL,
k = 1,
...,
correction = c("rs", "km", "han"),
domain = NULL
)
X |
The observed point pattern,
from which an estimate of |
r |
Optional. Numeric vector. The values of the argument |
breaks |
This argument is for internal use only. |
k |
Integer, or integer vector. The algorithm will compute the distance to the kth nearest neighbour. See nndist |
... |
Ignored. |
correction |
Optional.
The edge correction(s) to be used to estimate |
domain |
Optional. Calculations will be restricted to this subset of the window. See Details. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.