Description Usage Arguments Value Author(s) References See Also Examples
Null model based on randomization of locations as suggested by Raes and ter Steege (2007).
1 | nullRandom(x, model, n=25, rep=25, pa=FALSE)
|
x |
data.frame with environmental predictor values for collecting localities |
model |
Model function that creates a model of class 'DistModel' |
n |
Sample size |
rep |
Number of repetitions |
pa |
Boolean. Prensence-only or presence/background model (e.g. Maxent) |
List with n
object of class ModelEvaluation-class
Robert J. Hijmans
Raes, N. & H. ter Steege, 2007. A null-model for significance testing of presence-only species distribution models. Ecography 30:727-736.
1 2 3 4 5 6 7 8 | predictors <- stack(list.files(path=paste(system.file(package="dismo"), '/ex', sep=''),
pattern='grd', full.names=TRUE ))
occurence <- paste(system.file(package="dismo"), '/ex/bradypus.csv', sep='')
occ <- read.table(occurence, header=TRUE, sep=',')[,-1]
x <- extract(predictors, occ)
nr <- nullRandom(x, bioclim, n=25, rep=25, pa=FALSE)
mean(sapply(nr, function(x)x@auc))
|
Loading required package: raster
Loading required package: sp
NOTE: rgdal::checkCRSArgs: no proj_defs.dat in PROJ.4 shared files
NOTE: rgdal::checkCRSArgs: no proj_defs.dat in PROJ.4 shared files
NOTE: rgdal::checkCRSArgs: no proj_defs.dat in PROJ.4 shared files
NOTE: rgdal::checkCRSArgs: no proj_defs.dat in PROJ.4 shared files
NOTE: rgdal::checkCRSArgs: no proj_defs.dat in PROJ.4 shared files
NOTE: rgdal::checkCRSArgs: no proj_defs.dat in PROJ.4 shared files
NOTE: rgdal::checkCRSArgs: no proj_defs.dat in PROJ.4 shared files
NOTE: rgdal::checkCRSArgs: no proj_defs.dat in PROJ.4 shared files
NOTE: rgdal::checkCRSArgs: no proj_defs.dat in PROJ.4 shared files
NOTE: rgdal::checkCRSArgs: no proj_defs.dat in PROJ.4 shared files
------------------------- 25
[1] 0.5960703
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.