setup_sdm_data: Create a datasets to feed any sdm algorithm

View source: R/setup_sdm_data.R

setup_sdm_dataR Documentation

Create a datasets to feed any sdm algorithm

Description

Create a datasets to feed any sdm algorithm

Usage

setup_sdm_data(
  presence,
  background,
  predictors,
  partition_type = "none",
  runs_n = 2,
  boot_proportion = 0.7,
  cv_partitions = NULL,
  seed = NULL
)

Arguments

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)

Value

a data frame


ReseauBiodiversiteQuebec/sdm-pipeline documentation built on June 23, 2022, 9:10 p.m.