make_interaction_table {GMSE} | R 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)
[Package GMSE version 1.0.0.2 Index]