make_interaction_table: Initialise array of resource and landscape-level...

View source: R/initialise.R

make_interaction_tableR Documentation

Initialise array of resource and landscape-level interactions.

Description

Initialise array of resource and landscape-level interactions.

Usage

make_interaction_table(RESOURCES, LAND)

Arguments

RESOURCES

The resources array produced by the resource function within GMSE

LAND

The landscape array on which interactions between resources and agents occur

Examples

## Not run: 
interaction_tabl <- make_interaction_table(starting_resources, LANDSCAPE_r);

## End(Not run)

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