HSImin | R Documentation |
HSImin
uses the minimum of given suitability indices to calculate an
overarching habitat suitability index.
HSImin(x)
x |
a vector of suitability indices |
A value of habitat quality from 0 to 1 ignoring NA values.
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.
#Determine patch quality based on a vector of four suitability indices.
HSImin(c(0.1, 0.25, 0.25, 0.25))
#Determine patch quality based on a vector of suitability indices with an NA.
HSImin(c(0.1, 0.25, NA, 0.25))
#Demonstrate error message associated with out of range outcomes.
HSImin(c(2, 4, NA, 3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.