show_patches(landscape, class, directions, labels, nrow, ncol)# S3 method for RasterLayer
show_patches(landscape, class = "global",
directions = 8, labels = TRUE, nrow = NULL, ncol = NULL)
# S3 method for RasterStack
show_patches(landscape, class = "global",
directions = 8, labels = TRUE, nrow = NULL, ncol = NULL)
# S3 method for RasterBrick
show_patches(landscape, class = "global",
directions = 8, labels = TRUE, nrow = NULL, ncol = NULL)
# S3 method for stars
show_patches(landscape, class = "global",
directions = 8, labels = TRUE, nrow = NULL, ncol = NULL)
# S3 method for list
show_patches(landscape, class = "global",
directions = 8, labels = TRUE, nrow = NULL, ncol = NULL)