nlrx (version 0.4.1)

unnest_simoutput: 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

Value

tibble with spatial data objects

Details

Unnests output from run_nl into long format.

Examples

Run this code
# 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 DataCamp Workspace