create_windows: Create a series of graphs based on sliding windows

View source: R/functions.R

create_windowsR Documentation

Create a series of graphs based on sliding windows

Description

Takes the union of previous graphs within a sliding window to create a series of graphs

Usage

create_windows(graphs, window.size = 5, startpoint = 1)

Arguments

graphs

a list of graph objects

window.size

an integer indicating how large windows should be

startpoint

where in the list to start the first window

Value

a list of graph objects


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