owner_land_ssa | R Documentation |
Builds a layer of the landscape with a shortest-splitline algorithm to assign landscape cells among owners
owner_land_ssa(dim_x, dim_y, owners, public_land, land_var)
dim_x |
The number of cells on the X dimension of the landscape |
dim_y |
The number of cells on the Y dimension of the landscape |
owners |
Number of owners among which landscape cells will be divided |
public_land |
The amount of land that will not be owned |
land_var |
Does distribution of land vary among users? >=0, <1 |
A two dimensional array of cells with ownership values
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.