Plots habitat suitability index curves for all metrics in the model.
Arguments
- 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.
References
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.
Examples
# 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)