powered by
Join health states
combine_state(...)
any additional objects
joined health states
checking each state is a health state and join them
# NOT RUN { 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