Function to add GLOBIOM-DownScalr derived predictors to a Biodiversity distribution object
Source:R/add_predictors_globiom.R
add_predictors_globiom.Rd
This function is defunct! Use the BNRTools package for formatting input data!
Usage
add_predictors_globiom(x, ...)
# S4 method for class 'BiodiversityDistribution'
add_predictors_globiom(x, ...)
# S4 method for class 'BiodiversityScenario'
add_predictors_globiom(x, ...)
Arguments
- x
distribution()
(i.e.BiodiversityDistribution
) object.- ...
Other parameters passed down
Details
See add_predictors()
Examples
if (FALSE) { # \dontrun{
obj <- distribution(background) |>
add_predictors_globiom(fname = "", transform = 'none')
obj
} # }