View source: R/F_responsecurves.R
response_curves | R Documentation |
Create Species Response Curves
response_curves(modern_mod, species_select = NULL, species_order = NULL)
modern_mod |
An object of class |
species_select |
a vector of species names for which you want to create response curves |
species_order |
a vector of species names for how you want the species ordered |
Response curve data files (empirical data and model-based estimates) and species response curve plots
test_modern_mod <- run_modern(
modern_elevation = NJ_modern_elevation,
modern_species = NJ_modern_species,
n.iter = 10,
n.burnin = 1,
n.thin = 1
)
response_curves(test_modern_mod)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.