Skip to contents

Generate a plot containing the bivariate probability distribution of a taxon for two variables generated using the Hold-At-Optima (HOA) method present in elements::predict_occ.

Usage

plot_be(taxon, vars)

Arguments

taxon

A string containing a taxon name as present in elements::TaxonomicBackbone.

vars

A vector of strings containing two variable names as present in elements::VariableNames

Value

A plot containing the bivariate probability distribution of a taxon for two variables.

Examples

elements::startup(); elements::plot_be(taxon = "carex_rostrata", vars = c("bio05", "bio06"))
#> elements startup completed.
#> Error in elements::predict_occ(taxa = taxon, predictors = dat, holdopt = setdiff(elements::VariableNames,     vars)): All model variables (L, M, N, R, S, SD, GP, bio05, bio06, bio16, bio17) must either be present in the predictors data frame or passed to holdopt.