inst/examples/make_spawnrecruit_rh_ex.R

# Example usage
\dontrun{
  
  # Use make_spawnrecruit_rh() to simulate proportion of mature
  # fish at each age
  spawn_recruit_vector <- make_spawnrecruit_rh(
    species = "ALE", region = "NNE", sex = "Male")
  
  plot(spawn_recruit_vector, type = "l")
  
}
danStich/anadrofish documentation built on Jan. 17, 2025, 9:46 a.m.