Description Usage Arguments Value Source Examples
View source: R/generate_preds_and_encs.R
Calculate the numbers of striped bass in a reach based on field data
1 2 3 4 5 6 7 8 | striper_calc(
n_transects,
agg_ratio = 1/3,
mean_low = 60,
sd_low = 43,
mean_high = 870,
sd_high = 491.5
)
|
n_transects |
integer of transects in the model |
agg_ratio |
the ratio of large aggregations to low numbers of fish in a reach; default is 1/3 |
mean_low |
mean number of fish per transect when no aggregation is present; default is 60 |
sd_low |
std dev of number of fish per transect when no aggregation is present; default is 43 |
mean_high |
mean number of fish per transect when an aggregation is present; default is 870 |
sd_high |
std dev of number of fish per transect when an aggregation is present; default is 491.5 |
a vector of numbers of fish per transect
defaults based on Michel et al. 2018. "Non-native fish predator density and molecular-based diet estimates suggest differing effects of predator species on Juvenile Salmon in the San Joaquin River, California"
1 | striper_calc(n_transects = 10)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.