HSIplotter | R Documentation |
Plots habitat suitability index curves for all metrics in the model.
HSIplotter(SI, xlab = NA, ylab = NA, ncol = 2)
SI |
data frame; A data frame of suitability curves ordered as parameter breakpoints and associated suitability indices for each parameter with appropriate column names. |
xlab |
character; A vector of x-axis label values for each SI. Defaults to SI variable name. |
ylab |
character; A vector of y-axis label values for each SI. Defaults to "Suitability Index". |
ncol |
numeric; Number of columns in the plot. |
A multipanel figure displaying suitability curves.
US Fish and Wildlife Service. (1980). Habitat as a basis for environmental assessment. Ecological Services Manual, 101.
US Fish and Wildlife Service. (1980). Habitat Evaluation Procedures (HEP). Ecological Services Manual, 102.
US Fish and Wildlife Service. (1981). Standards for the Development of Habitat Suitability Index Models. Ecological Services Manual, 103.
# Get barredowl HSI model record from the `ecorest`package (example of # continuous metrics) barredowl_ecorest <- ecorest::HSImodels$barredowl # Create the plot HSIplotter(barredowl_ecorest) # Get americancoot HSI model record from the `ecorest`package (example of # continuous and categorical metrics) americancoot_ecorest <- ecorest::HSImodels$americancoot # Create the plot HSIplotter(americancoot_ecorest)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.