Description Usage Arguments Value Examples
Calculates HSI for individual categorical environmental variables in the catch data set
1 | CalcHSI_cat(dat, EnvVariable)
|
dat |
Data frame of all catch (positive and zero). This data frame should include columns for Reference, Tot_Num_Gag, and categorical environmental variables (like bottom type) |
EnvVariable |
Categorical environmental variable name (not in quotes) |
returns a table of standardized S (suitability) values for each level of the variable
1 2 | data(example_HSI_dat)
BottomType_HSI <- CalcHSI_cat(dat = example_HSI_dat, EnvVariable = Bottom)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.