# NOT RUN {
x <- gradient_landscape
# classify
y <- util_classify(gradient_landscape,
n = 3,
level_names = c("Land Use 1", "Land Use 2", "Land Use 3"))
show_landscape(x)
show_landscape(y, discrete = TRUE)
show_landscape(list(gradient_landscape, random_landscape))
show_landscape(raster::stack(gradient_landscape, random_landscape))
show_landscape(list(gradient_landscape, y), unique_scales = TRUE)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab