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