egk {steps} | R Documentation |
Eastern Grey Kangaroo example data
Description
Example data for simulating spatial population dynamics of Eastern Grey Kangaroos in a hypothetical landscape.
Usage
egk_hab
egk_pop
egk_k
egk_mat
egk_mat_stoch
egk_sf
egk_fire
egk_origins
egk_destinations
egk_road
Format
Misc data
An object of class RasterStack
of dimension 35 x 36 x 3.
An object of class RasterLayer
of dimension 35 x 36 x 1.
An object of class matrix
(inherits from array
) with 3 rows and 3 columns.
An object of class matrix
(inherits from array
) with 3 rows and 3 columns.
An object of class RasterStack
of dimension 35 x 36 x 120.
An object of class RasterBrick
of dimension 35 x 36 x 20.
An object of class RasterLayer
of dimension 35 x 36 x 1.
An object of class RasterLayer
of dimension 35 x 36 x 1.
An object of class RasterBrick
of dimension 35 x 36 x 20.
Details
- egk_hab
A raster layer containing the predicted relative habitat suitability for the Eastern Grey Kangaroo.
- egk_pop
A raster stack containing initial populations for each life-stage of the Eastern Grey Kangaroo.
- egk_k
A raster layer containing the total number of Eastern Grey Kangaroos each grid cell can support.
- egk_mat
A matrix containing the survival and fecundity of Eastern Grey Kangaroos at each of three life-stages - juvenile, subadult, and adult.
- egk_mat_stoch
A matrix containing the uncertainty around survival and fecundity of Eastern Grey Kangaroos at each of three life-stages - juvenile, subadult, and adult.
- egk_sf
A raster stack containing values for modifying survival and fecundities - each is raster is named according to the timestep and position of the life-stage matrix to be modified.
- egk_fire
A raster stack containing values for modifying the habitat - in this case the proportion of landscape remaining after fire.
- egk_origins
A raster stack containing locations and counts of where to move individual kangaroos from.
- egk_destinations
A raster stack containing locations and counts of where to move individual kangaroos to.
- egk_road
A raster stack containing values for modifying the habitat - in this case the proportion of habitat remaining after the construction of a road.