Skip to contents

Generates and saves all configured plot types for each file, interval, and channel, including network plots if enabled.

Usage

generate_plots(file_rows, params, ...)

Arguments

file_rows

A tibble of file metadata as produced by index_files().

params

A named list of analysis parameters as produced by make_params().

...

Additional arguments passed to plotting functions. Currently supports p.width (integer, plot width in pixels).

Value

Called for its side effects (plot files written to disk). Returns NULL invisibly.

Examples

if (FALSE) { # \dontrun{
generate_plots(file_rows, params, p.width = 1600)
} # }