powered by
Raster to points
raster_to_points(landscape, return_NA = TRUE)
matrix
A categorical raster object: SpatRaster; Raster* Layer, Stack, Brick; stars or a list of SpatRasters.
If true, NA cells are also included
Wrapper around terra::xyFromCell and terra::getValues to get raster_to_points function including NA values
landscape <- terra::rast(landscapemetrics::landscape) raster_to_points(landscape)
Run the code above in your browser using DataLab