powered by
Join health states
combine_state(...)
joined health states
any additional objects
checking each state is a health state and join them
a <- health_state("IT", 100, 0.4, 0, FALSE) b <- health_state("PT", 100, 0.4, 0, FALSE) combine_state(a, b)
Run the code above in your browser using DataLab