owner_land_ssa: Owner land SSA

View source: R/landscape.R

owner_land_ssaR 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


GMSE documentation built on June 16, 2022, 9:05 a.m.