Create a Binary Landscape with Randomly Distributed Vegetation
Source:R/landscape_create_random.R
create_landscape_random.RdCreate a Binary Landscape with Randomly Distributed Vegetation
Value
A landscape object with random pattern containing:
- data
SpatRaster with binary values (0 = bare ground, 1 = vegetation)
- pattern
Character string "random"
- params
List of all input parameters used to generate the landscape
See also
Other landscape creation:
create_landscape(),
create_landscape_bands(),
create_landscape_bare(),
create_landscape_clustered(),
create_landscape_dense(),
create_landscape_diffuse(),
create_landscape_fingers(),
create_landscape_gaps(),
create_landscape_labyrinth(),
create_landscape_sharp(),
create_landscape_spots(),
create_landscapes()