rosemckeon / ploidy

How does disturbance on a landscape affect the establishment of new polyploid plant species?
3 stars 0 forks source link

Near extinction event not caught #75

Closed rosemckeon closed 5 years ago

rosemckeon commented 5 years ago
Simulation 1, Generation 9:
Survival:
  Surviving seeds: 1/1
  No disturbance this generation.
  Total survivors 1
Germination:
Growth:
  Growth rate min: Inf
  Growth rate max: -Inf
  Adults before growth: 0
Error: nrow(pop) > 0 is not TRUE
In addition: Warning messages:
1: In min(these_plants$growth_rate) :
  no non-missing arguments to min; returning Inf
2: In max(these_plants$growth_rate) :
  no non-missing arguments to max; returning -Inf
Called from: grow(., "individuals")
rosemckeon commented 5 years ago

only 1 seed in the system and it didn't germinate. Growth cycle pointless so errors. Need to skip reproduction too and go straight to survival.