View source: R/mod_fit_pdfsp.R
calib_clim_space | R Documentation |
Calibrate the distribution of the modern climate space.
calib_clim_space(climate, bin_width)
climate |
A vector of climatic values where the species is present. |
bin_width |
The width of the bins used to correct for unbalanced climate state. Use values that split the studied climate gradient in 15-25 classes (e.g. 2°C for temperature variables). Default is 1. |
A ccs
object that will be used by fit_pdfsp
.
calib_clim_space(sample(0:300 / 10, 4000, replace = TRUE), 2)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.