powered by
Turn results from NetLogo in spatial data objects
unnest_simoutput(nl)
tibble with spatial data objects
nl object
Unnests output from run_nl into long format.
# 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)
Run the code above in your browser using DataLab