surv_juv_delta | R Documentation |
Calculates the juvenile rearing survival in the deltas
surv_juv_delta( avg_temp, max_temp_thresh, avg_temp_thresh, high_predation, contact_points, prop_diverted, total_diverted, ..surv_juv_delta_int = lateFallRunDSM::params$..surv_juv_delta_int, .avg_temp_thresh = lateFallRunDSM::params$.surv_juv_delta_avg_temp_thresh, .high_predation = lateFallRunDSM::params$.surv_juv_delta_high_predation, .surv_juv_delta_contact_points = lateFallRunDSM::params$.surv_juv_delta_contact_points, ..surv_juv_delta_contact_points = lateFallRunDSM::params$..surv_juv_delta_contact_points, .prop_diverted = lateFallRunDSM::params$.surv_juv_delta_prop_diverted, .surv_juv_delta_total_diverted = lateFallRunDSM::params$.surv_juv_delta_total_diverted, ..surv_juv_delta_total_diverted = lateFallRunDSM::params$..surv_juv_delta_total_diverted, .medium = lateFallRunDSM::params$.surv_juv_delta_medium, .large = lateFallRunDSM::params$.surv_juv_delta_large, min_survival_rate = lateFallRunDSM::params$min_survival_rate, stochastic )
avg_temp |
Variable representing average temperature in the delta |
max_temp_thresh |
Variable representing the probability of exceeding the max temperature |
avg_temp_thresh |
Variable representing the probability of exceeding the average temperature |
high_predation |
Variable representing an indicator for high predation in delta |
contact_points |
Variable representing the number of contact points in watershed |
prop_diverted |
Variable representing the proportion of water diverted |
total_diverted |
Variable representing the total diversions |
..surv_juv_delta_int |
intercept, source: calibration |
.avg_temp_thresh |
Coefficient for |
.high_predation |
Coefficient for |
.surv_juv_delta_contact_points |
Coefficient for |
..surv_juv_delta_contact_points |
Calibrated coefficient for |
.prop_diverted |
Coefficient for |
.surv_juv_delta_total_diverted |
Coefficient for |
..surv_juv_delta_total_diverted |
Calibrated coefficient for |
.medium |
size related intercept for medium sized fish |
.large |
size related intercept for large sized fish |
min_survival_rate |
estimated survival rate if temperature threshold is exceeded |
stochastic |
|
See params
for details on parameter sources
IP-117068
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.