Process module to generate random bootstraps of the data.

Bootstrap(.data, n = NULL, seed = NULL)

Arguments

.data
Internal parameter, do not use in the workflow function. .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.
n
the number of points to sample. Defaults to the same number as the dataset
seed
Numeric used with set.seed

Version

1.0

Data type

presence-only, presence/absence, abundance, proportion

See also

Other process: AddRandomUniformPredictors, BackgroundAndCrossvalid, Background, Clean, Crossvalidate, JitterOccurrence, MESSMask, NoProcess, OneHundredBackground, OneThousandBackground, PartitionDisc, StandardiseCov, TargetGroupBackground, Transform, addInteraction

Author

ZOON Developers, zoonproject@gmail.com