Get spatial data from metrics.turtles and metrics.patches output
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)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.