tests/testthat/_snaps/life_cycle.md

output test

Code
  print.default(new_life_cycle(transition_example_a(), transition_example_b()))
Output
  [[1]]
  ** A transition
  ** a -> b 
  Transition type: probability
  Predictors: x = list(pred = "temp", first_day_only = TRUE), y = list(pred = "host_density", first_day_only = TRUE)
  Parameters: a = 1
  Function: (x, y, a) a

  [[2]]
  ** A transition
  ** b -> a 
  Transition type: probability
  Predictors: x = list(pred = "temp", first_day_only = TRUE), y = list(pred = "host_density", first_day_only = TRUE)
  Parameters: a = 1
  Function: (x, y, a) a

  attr(,"class")
  [1] "life_cycle"


Try the IxPopDyMod package in your browser

Any scripts or data that you put into this service are public.

IxPopDyMod documentation built on Oct. 24, 2023, 1:07 a.m.