View source: R/setup_sdm_data.R
setup_sdm_data | R Documentation |
Create a datasets to feed any sdm algorithm
setup_sdm_data( presence, background, predictors, partition_type = "none", runs_n = 2, boot_proportion = 0.7, cv_partitions = NULL, seed = NULL )
presence |
data frame, containing the presence |
background |
data frame, containing the absence or background points |
predictors |
spat raster, predictors |
partition_type |
string, partition method (not yet used) LET TO "none" |
runs_n |
int, number of runs (not yet used) |
boot_proportion |
int, number of runs (not yet used) |
cv_partitions |
int, (not yet used) |
seed |
(not yet used) |
a data frame
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.