The make_landscape() function creates a spatially autocorrelated binary grid of habitat types using a variogram model with given model defining the shape (e.g. exponential, gaussian, etc.. anything supported by gstat) and distance at which cell values become uncorrelated (the range). Short ranges lead to high heterogeneity, long ranges give large homogenous patches. The proportion of each habitat type can also be specified.
What variogram model should we use for distance decay? (Default is exponential.)
What set of ranges should we simulate over? Or just pick two?
What size grid should we do most simulations on? Maybe 128 x 128 so we can use log-scale spatial grains (1x1, 2x2, 4x4, 8x8, 16x16, 32x32, ....)?
The make_landscape() function creates a spatially autocorrelated binary grid of habitat types using a variogram model with given model defining the shape (e.g. exponential, gaussian, etc.. anything supported by gstat) and distance at which cell values become uncorrelated (the range). Short ranges lead to high heterogeneity, long ranges give large homogenous patches. The proportion of each habitat type can also be specified.