Last chance! 50% off unlimited learning
Sale ends in
Environmental outliers
findEnvOutliers(
myPres,
myEnv = NULL,
pvalSet = 1e-05,
checkPairs = FALSE,
verbose = TRUE
)
Returns a list of SpatialPointsDataFrames with (1) good presence points (2) spatial outliers and (3) environmental outliers.
a `SpatialPointsDataFrame`
a `RasterStack` of env layers. If NULL, it is assumed that `myPres` is a data.frame of the environmental values (columns) at presence locations (rows)
numeric; p-value used in Grubb's test for outlier (see package `outliers`)
logical. Default to FALSE (TRUE not implemented).
logic. Should messages be printed out?
Cory Merow <cory.merow@gmail.com>