A function to check the compatibility between a population and a model

compatibility_pop_model(pop, model)

Arguments

pop

An object of class population

model

An Individual Based Model created with the mk_model function