View source: R/raster_to_points.R
raster_to_points | R Documentation |
Raster to points
raster_to_points(landscape, return_NA = TRUE)
landscape |
Raster* Layer, Stack, Brick, SpatRaster (terra), stars, or a list of rasterLayers. |
return_NA |
If true, NA cells are also included |
Wrapper around raster::xyFromCell and raster::getValues to get raster_to_points function including NA values
matrix
raster_to_points(landscape)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.