A RasterBrick with Bioclimatic variables (Bio1, Bio3, Bio4, Bio12 and Bio15) from a portion of South America (source Worldclim: https://worldclim.org/version2).
env
An object of class RasterBrick
of dimension 246 x 282 x 5.
require(ENMTML)
require(raster)
data("env")
env
#> class : RasterBrick
#> dimensions : 246, 282, 69372, 5 (nrow, ncol, ncell, nlayers)
#> resolution : 0.1666667, 0.1666667 (x, y)
#> extent : -81, -33.99999, -35, 6.000005 (xmin, xmax, ymin, ymax)
#> crs : +proj=longlat +datum=WGS84 +no_defs
#> source : memory
#> names : bio_01.tif, bio_03.tif, bio_04.tif, bio_12.tif, bio_15.tif
#> min values : -65.00, 40.00, 129.25, 0.00, 0.00
#> max values : 283.00, 93.50, 6333.25, 9915.00, 246.00
#>
plot(env)