findEnvOutliers | R Documentation |
Environmental outliers
findEnvOutliers( myPres, myEnv = NULL, pvalSet = 1e-05, checkPairs = FALSE, verbose = TRUE )
myPres |
a 'SpatialPointsDataFrame' |
myEnv |
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) |
pvalSet |
numeric; p-value used in Grubb's test for outlier (see package 'outliers') |
checkPairs |
logical. Default to FALSE (TRUE not implemented). |
verbose |
logic. Should messages be printed out? |
Returns a list of SpatialPointsDataFrames with (1) good presence points (2) spatial outliers and (3) environmental outliers.
Cory Merow <cory.merow@gmail.com>
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.