findSpatialOutliers | R Documentation |
Divide raster by the sum of all cells.
findSpatialOutliers(myPres, pvalSet = 1e-05, checkPairs = TRUE, verbose = TRUE)
myPres |
raster* object |
pvalSet |
numeric. p value set to identify outliers |
checkPairs |
logical. |
verbose |
logical. print messages |
a numeric vector indicating which rows are spatial outliers.
Cory Merow
k <- data.frame (x=c(runif (n = 100),1000),y=c(runif (n = 100),1000)) k <- sp::SpatialPoints(k) occTest::findSpatialOutliers(k)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.