ecospat.CCV.communityEvaluation.bin | R Documentation |
The function uses the output of ecospat.CCV.modeling
to calculate a range of community evaluation metrics based on a selection of thresholding techniques both for the calibration data and independent evaluation data.
ecospat.CCV.communityEvaluation.bin(ccv.modeling.data,
thresholds= c('MAX.KAPPA', 'MAX.ROC','PS_SDM'),
community.metrics=c('SR.deviation','Sorensen'),
parallel=FALSE,
cpus=4,
fix.threshold=0.5,
MCE=5,
MEM=NULL)
ccv.modeling.data |
a |
thresholds |
a selection of thresholds ( |
community.metrics |
a selection of community evaluation metrics ( |
parallel |
should parallel computing be allowed ( |
cpus |
number of cpus to use in parallel computing |
fix.threshold |
fixed threshold to be used. Only gets used if thresholding technique |
MCE |
maximum omission error (%) allowed for the thresholding. Only gets used if thresholding technique |
MEM |
a vetor with the species richness prediction of a MEM for each site. Only needed if |
The function uses the probability output of the ecospat.CCV.modeling
function and creates binary maps based on the selected thresholding methods. These binary maps are then used to calculate the selected community evaluation metrics both for the calibration and evaluation data of each modeling run.
DataSplitTable |
a matrix with |
CommunityEvaluationMetrics.CalibrationSites |
a 4-dimensional array containing the community evaluation metrics for the calibartion sites of each run ( |
CommunityEvaluationMetrics.EvaluationSites |
a 4-dimensional array containing the community evaluation metrics for the evaluation sites of each run ( |
PA.allSites |
a 4-dimensional array of the binary prediction for all sites and runs under the different thresholding appraoches. |
Daniel Scherrer <daniel.j.a.scherrer@gmail.com>
Scherrer, D., D'Amen, M., Mateo, M.R.G., Fernandes, R.F. & Guisan , A. (2018) How to best threshold and validate stacked species assemblages? Community optimisation might hold the answer. Methods in Ecology and Evolution, in review
ecospat.CCV.modeling
; ecospat.CCV.createDataSplitTable
; ecospat.CCV.communityEvaluation.prob
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.