ind_to_land: Plot resource position on a landscape image output

View source: R/plotting.R

ind_to_landR Documentation

Plot resource position on a landscape image output

Description

Places individuals (simulated resources) on the landscape for plotting.

Usage

ind_to_land(inds, land)

Arguments

inds

A single time step of resources from GMSE

land

The landscape array on which interactions between resources and agents occur

Value

Returns a landscape in which resources are embedded for a timestep for plotting purposes

Examples

## Not run: 
indis  <- ind_to_land(inds=res_t, land=land1);

## End(Not run)

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