powered by
Divide raster by the sum of all cells.
findSpatialOutliers(myPres, pvalSet = 1e-05, checkPairs = TRUE, verbose = TRUE)
a numeric vector indicating which rows are spatial outliers.
raster* object
numeric. p value set to identify outliers
logical.
logical. print messages
Cory Merow
k <- data.frame (x=c(runif (n = 100),1000),y=c(runif (n = 100),1000)) k <- sp::SpatialPoints(k) occTest::findSpatialOutliers(k)
Run the code above in your browser using DataLab