This process module partitions the sample into training and tests set by selecting circular test areas (possibly surrounded by an exclusion buffer) and using the remaining samples as training samples. See function partition.disc in package sperrorest for more details
PartitionDisc(.data, radius = 2, buffer = 1, seed = NULL)
.data is a list of a data frame and a raster object returned from occurrence modules and covariate modules respectively. .data is passed automatically in workflow from the occurrence and covariate modules to the process module(s) and should not be passed by the user.partition.discModule type: Process
1.0
2015-11-13
presence-only, presence/absence, abundance, proportion
Other process: AddRandomUniformPredictors,
BackgroundAndCrossvalid,
Background, Bootstrap,
Clean, Crossvalidate,
JitterOccurrence, MESSMask,
NoProcess,
OneHundredBackground,
OneThousandBackground,
StandardiseCov,
TargetGroupBackground,
Transform, addInteraction