Description Usage Arguments Details Value Examples
Return the RasterIO window vector defining the raster's offset and resolution and dimensions.
| 1 2 3 | 
| x | a raster object (BasicRaster, from raster package) | 
The RasterIO window is a six element vector of offset (x,y), dimension of source (nx0, ny0) and dimension of output (nx, ny).
The sf RasterIO is the RasterIO window in a list format used by the sf package, it contains the same
information, and is created by raster_to_sfio().
RasterIO window vector 'c(x0, y0, nx0, ny0, nx, y)' see Details
| 1 | raster_to_rasterio(raster::raster(volcano))
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.