R/multimodel.R

Defines functions multimodel

Documented in multimodel

#' @name multimodel
#' @title Multimodel
#' @description TODO: Describe this function.
#' @export

multimodel <- function(landscape_metrics, bio_data, model_type, model_formula = "responses ~ predictors", response_vars = NULL, model_args = NULL, quiet = FALSE) {

}
wilsonfrantine/landscapeDecoupler documentation built on June 2, 2025, midnight