View source: R/08-mortality-reproduction.R
| generate_reproduction_pattern | R Documentation |
Creates a simplified seasonal reproduction pattern
generate_reproduction_pattern(
days,
peak_day,
duration,
max_spawn_fraction,
pattern_type = "gaussian"
)
days |
Vector of days of year |
peak_day |
Day of reproductive peak |
duration |
Duration of reproductive period (days) |
max_spawn_fraction |
Maximum fraction of weight lost |
pattern_type |
Pattern type ("gaussian", "uniform", "pulse") |
Vector with reproductive fractions by day
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.