tidy_data {isotracer} | R Documentation |
Extract data from a networkModel object into a tidy tibble.
Description
Extract data from a networkModel object into a tidy tibble.
Usage
tidy_data(x)
Arguments
x |
A networkModel object. |
Value
A tibble (note: row ordering is not the same as in the input).
Examples
tidy_data(aquarium_mod)
tidy_data(trini_mod)
[Package isotracer version 1.1.6 Index]