.bw.spAutoCorr | R Documentation |
This function computes the Gaussian bandwidth based on sensitivity analysis of spatial autocorrlation. This is used internally in 'moleculaR::probMap'.
.bw.spAutoCorr(
sppMoi,
bw = c(0.5, seq(1, 9, 1)),
plot = FALSE,
verbose = FALSE,
...
)
sppMoi: |
The spatial point pattern, object of type 'ppp'. |
bw: |
bandwidth steps at which to compute density and the corresponding Moran's I statistic. |
plot: |
whether to plot the result. |
verbose: |
whether to output progress. |
...: |
arguments passed to 'plot' for bandwidth plotting. |
A numeric, the estimated Gaussian bandwidth.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.