show_lsm(landscape, what, class, directions, consider_boundary, edge_depth,
labels, label_lsm, nrow, ncol)# S3 method for RasterLayer
show_lsm(landscape, what, class = "global",
directions = 8, consider_boundary = FALSE, edge_depth = 1,
labels = TRUE, label_lsm = FALSE, nrow = NULL, ncol = NULL)
# S3 method for RasterStack
show_lsm(landscape, what, class = "global",
directions = 8, consider_boundary = FALSE, edge_depth = 1,
labels = TRUE, label_lsm = FALSE, nrow = NULL, ncol = NULL)
# S3 method for RasterBrick
show_lsm(landscape, what, class = "global",
directions = 8, consider_boundary = FALSE, edge_depth = 1,
labels = TRUE, label_lsm = FALSE, nrow = NULL, ncol = NULL)
# S3 method for stars
show_lsm(landscape, what, class = "global",
directions = 8, consider_boundary = FALSE, edge_depth = 1,
labels = TRUE, label_lsm = FALSE, nrow = NULL, ncol = NULL)
# S3 method for list
show_lsm(landscape, what, class = "global",
directions = 8, consider_boundary = FALSE, edge_depth = 1,
labels = TRUE, label_lsm = FALSE, nrow = NULL, ncol = NULL)