raster_to_points
Raster to points
raster_to_points(landscape, return_NA) ## S3 method for class 'RasterLayer' raster_to_points(landscape, return_NA = TRUE) ## S3 method for class 'RasterStack' raster_to_points(landscape, return_NA = TRUE) ## S3 method for class 'RasterBrick' raster_to_points(landscape, return_NA = TRUE) ## S3 method for class 'stars' raster_to_points(landscape, return_NA = TRUE) ## S3 method for class 'list' 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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.