unnest_simoutput {nlrx} | R Documentation |
Get spatial data from metrics.turtles and metrics.patches output
Description
Turn results from NetLogo in spatial data objects
Usage
unnest_simoutput(nl)
Arguments
nl |
nl object |
Details
Unnests output from run_nl into long format.
Value
tibble with spatial data objects
Examples
# To unnest data a nl object containing spatial output data is needed.
# For this example, we load a nl object from test data.
nl <- nl_spatial
unnest_simoutput(nl)
[Package nlrx version 0.4.5 Index]