Example of raster layers of suitable and unsuitable conditions for species
Source:R/data_documentation.R
sp_layers.Rd
An object of class SpatRaster containing information about suitable and unsuitable conditions for five species.
Format
SpatRaster with 109 rows, 182 columns, 19838 cells, and 5 layers:
- Layer
suitable (1) and unsuitable (0) conditions
Examples
sp_layers <- terra::rast(system.file("extdata/sp_layers.tif",
package = "biosurvey"))
sp_layers
#> class : SpatRaster
#> dimensions : 109, 182, 5 (nrow, ncol, nlyr)
#> resolution : 0.1666667, 0.1666667 (x, y)
#> extent : -117.1324, -86.79904, 14.56388, 32.73055 (xmin, xmax, ymin, ymax)
#> coord. ref. : lon/lat WGS 84 (EPSG:4326)
#> source : sp_layers.tif
#> names : sp_layers_1, sp_layers_2, sp_layers_3, sp_layers_4, sp_layers_5
#> min values : 0, 0, 0, 0, 0
#> max values : 1, 1, 1, 1, 1