Description Usage Arguments Value Examples
Places individuals (simulated resources) on the landscape for plotting.
1 | ind_to_land(inds, land)
|
inds |
A single time step of resources from GMSE |
land |
The landscape array on which interactions between resources and agents occur |
Returns a landscape in which resources are embedded for a timestep for plotting purposes
1 2 3 4 | ## Not run:
indis <- ind_to_land(inds=res_t, land=land1);
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.