Skip to contents

Expand integration points into a long-format data frame for inspection or plotting.

Usage

unnest_integration(data)

Arguments

data

An unanchored_data object with integration points

Value

A data frame with unnested integration points

Examples

if (FALSE) { # \dontrun{
int_df <- unnest_integration(network)
head(int_df)
} # }