You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Better thought of as an extension of age_x_size (I think). Basically need a function called something like define_age()/define_age_within_stage() with an interface like:
define_age(age = list(yearling = c(0,0),
small = c(1,4),
large = c(5, 10),
greybeard = c(max_age, max_age))
This info then gets folded into .init_iteration.
The text was updated successfully, but these errors were encountered:
Better thought of as an extension of
age_x_size
(I think). Basically need a function called something likedefine_age()
/define_age_within_stage()
with an interface like:This info then gets folded into
.init_iteration
.The text was updated successfully, but these errors were encountered: