powered by
Creates a predefined landscape class structure that can be converted as JSON input for flsgen generate.
flsgen_create_class_structure(class_name, patch_areas, is_square = FALSE)
A landscape class structure
Name of the class
Vector of patch areas
If true, all patches are required to be squares
if (FALSE) { cls_1 <- flsgen_class_structure("class 1", c(10, 100, 1000)) }
Run the code above in your browser using DataLab