remove_inlier | R Documentation |
Removes spatial outliers using Local Moran's I statistic and moran scatterplot.
remove_inlier(
x,
y,
ldist = 0,
udist = 40,
criteria = c("LM", "MP"),
zero.policy = NULL
)
x |
an |
y |
|
ldist |
|
udist |
|
criteria |
|
zero.policy |
default NULL, use global option value; if FALSE stop with error for any empty neighbors sets, if TRUE permit the weights list to be formed with zero-length weights vectors |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.