Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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

Details

Unnests output from run_nl into long format.

Value

tibble with spatial data objects

Examples

# 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)

nlrx

Setup, Run and Analyze 'NetLogo' Model Simulations from 'R' via 'XML'

v0.4.2
GPL-3
Authors
Jan Salecker [aut, cre] (<https://orcid.org/0000-0002-9000-4229>), Marco Sciaini [aut] (<https://orcid.org/0000-0002-3042-5435>), Marina Papadopoulou [rev] (Marina reviewed the package for ropensci, see <https://github.com/ropensci/software-review/issues/262>)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.