create_cumulative: Create a cumulative series of graphs

View source: R/functions.R

create_cumulativeR Documentation

Create a cumulative series of graphs

Description

Takes the union of all previous graphs in a series at each time step to create a cumulative series of graphs

Usage

create_cumulative(graphs, order.by, sort.order = NULL)

Arguments

graphs

a list of graph objects

order.by

a character vector of metadata by which to order and group graphs

sort.order

a vector indicating the order in which to sort order.by

Value

a list of graph objects


elizagrames/redyarn documentation built on June 16, 2022, 2:54 p.m.