rosemckeon / ploidy

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

Warning message: In UseMethod("depth") : #74

Closed rosemckeon closed 5 years ago

rosemckeon commented 5 years ago
Simulation 1, Generation 55:
Survival:
  Surviving seedlings: 0/3
  *** EXTINCTION ***
  Ending simulation.
Survival: 0.003 sec elapsed
  Factor levels set.
✔ Saving 'plants' to 'data/plants.rda'
  HINT: load with `data(plants)`
Generation: 3.113 sec elapsed
Warning message:
In UseMethod("depth") :
  no applicable method for 'depth' applied to an object of class "NULL"
disturploidy(
  pop_size = 400,
  grid_size = 40,
  pollen_range = 40,
  seed_survival_prob = 1,
  germination_prob = .5,
  ploidy_growth_benefit = 0,
  inbreeding_sensitivity = 0,
  fertilisation_prob = .5,
  uneven_matching_prob = .5,
  selfing_diploid_prob = 0,
  selfing_polyploid_prob = 0,
  triploid_mum_prob = .5,
  generations = 100,
  disturbance_freq = 1000,
  simulations = 1
)
rosemckeon commented 5 years ago

Haven't managed to replicate this again. Hopefully fixed with the last of #72.