owner_land_ssa {GMSE} | R Documentation |
Owner land SSA
Description
Builds a layer of the landscape with a shortest-splitline algorithm to assign landscape cells among owners
Usage
owner_land_ssa(dim_x, dim_y, owners, public_land, land_var)
Arguments
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 |
Value
A two dimensional array of cells with ownership values
[Package GMSE version 1.0.0.2 Index]