Learn R Programming

biosurvey (version 0.1.1)

sp_layers: Example of stack of layers of suitable and unsuitable conditions for species

Description

An object of class RasterStack containing information about suitable and unsuitable conditions for five species.

Arguments

Format

RasterStack with 109 rows, 182 columns, 19838 cells, and 5 layers:

RasterLayer

suitable (1) and unsuitable (0) conditions

Examples

Run this code
# NOT RUN {
sp_layers <- raster::stack(system.file("extdata/sp_layers.tif",
                           package = "biosurvey"))

sp_layers
# }

Run the code above in your browser using DataLab