generate_reproduction_pattern: Generate seasonal reproduction pattern (Low-level)

View source: R/08-mortality-reproduction.R

generate_reproduction_patternR Documentation

Generate seasonal reproduction pattern (Low-level)

Description

Creates a simplified seasonal reproduction pattern

Usage

generate_reproduction_pattern(
  days,
  peak_day,
  duration,
  max_spawn_fraction,
  pattern_type = "gaussian"
)

Arguments

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")

Value

Vector with reproductive fractions by day


fb4package documentation built on May 8, 2026, 1:07 a.m.