get_boundaries(landscape, directions, as_NA, return_raster)# S3 method for RasterLayer
get_boundaries(landscape, directions = 4,
as_NA = FALSE, return_raster = TRUE)
# S3 method for RasterStack
get_boundaries(landscape, directions = 4,
as_NA = FALSE, return_raster = TRUE)
# S3 method for RasterBrick
get_boundaries(landscape, directions = 4,
as_NA = FALSE, return_raster = TRUE)
# S3 method for stars
get_boundaries(landscape, directions = 4,
as_NA = FALSE, return_raster = TRUE)
# S3 method for list
get_boundaries(landscape, directions = 4, as_NA = FALSE,
return_raster = TRUE)
# S3 method for matrix
get_boundaries(landscape, directions = 4,
as_NA = FALSE, return_raster = TRUE)