Learn R Programming

GMSE (version 1.0.0.2)

make_interaction_table: 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

Run this code
# NOT RUN {
interaction_tabl <- make_interaction_table(starting_resources, LANDSCAPE_r);
# }

Run the code above in your browser using DataLab