# NOT RUN {
# Example of setting up population dynamics to only use a population change function.
# }
# NOT RUN {
ls <- landscape(population = egk_pop, suitability = NULL, carrying_capacity = NULL)
pd <- population_dynamics(change = growth(egk_mat))
simulation(landscape = ls, population_dynamics = pd, habitat_dynamics = NULL, timesteps = 20)
# }
Run the code above in your browser using DataLab