unnest_simoutput {nlrx} | R Documentation |
Turn results from NetLogo in spatial data objects
unnest_simoutput(nl)
nl |
nl object |
Unnests output from run_nl into long format.
tibble with spatial data objects
# 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)