plot_pop_spatial: Plot population spatial information

plot_pop_spatialR Documentation

Plot population spatial information

Description

Plot spatial grids to illustrate population changes through time.

Usage

plot_pop_spatial(x, stage = 0, replicate = 1, timesteps = NULL, ...)

Arguments

x

a simulation_results object

stage

life-stage to plot - defaults to totals of all life stages. Set to zero for totals (i.e. sum of all life-stages).

replicate

replicate to plot - note, only one replicate can be plotted at a time. The default is to plot the first replicate

timesteps

timesteps to plot

...

further arguments passed to/from other methods

Examples


## Not run: 
ls <- landscape(population = egk_pop, suitability = egk_hab, carrying_capacity = egk_k)

pd <- population_dynamics(change = growth(egk_mat),
                          dispersal = kernel_dispersal(max_distance = 2000,
                                        dispersal_kernel = exponential_dispersal_kernel(
                                          distance_decay = 1000)),
                          density_dependence = ceiling_density())

sim <- simulation(landscape = ls,
                  population_dynamics = pd,
                  habitat_dynamics = NULL,
                  timesteps = 20)

# Plot the population trajectories by life-stage
plot_pop_spatial(sim)

## End(Not run)

skiptoniam/steps documentation built on Jan. 27, 2024, 1:49 p.m.