Extent is in the examples, stolen from rayshader.
monterey
An object of class matrix
(inherits from array
) with 270 rows and 270 columns.
A matrix 270x270 of topography. Used in affinething()
examples.
ex <- c(-122.366765, -121.366765, 36.179392, 37.179392) raster::setExtent(raster::t(raster::raster(monterey)), ex)#> class : RasterLayer #> dimensions : 270, 270, 72900 (nrow, ncol, ncell) #> resolution : 0.003703704, 0.003703704 (x, y) #> extent : -122.3668, -121.3668, 36.17939, 37.17939 (xmin, xmax, ymin, ymax) #> crs : NA #> source : memory #> names : layer #> values : -2805.527, 1513.167 (min, max) #>