plot_waveform_lattice: Simple lattice plot of the waveforms

View source: R/plot_waveform_lattice.R

plot_waveform_latticeR Documentation

Simple lattice plot of the waveforms

Description

Plot a grid of plots, with x-axis in microseconds and y-axis in voltage One for each waveform in the waveform data.frame

Usage

plot_waveform_lattice(
  experiment,
  plot_width = 10,
  plot_height = 10,
  output_base = "product/plots",
  verbose = TRUE
)

Details

experiment: experiment dataset loaded with mema::load_experiment(...)

plot_width/plot_height: dimensions of the output plot

returns: the ggplot2 Saves the result to product/plots/waveform_lattice_<experiment_tag>_<date_code>.(pdf|png) It save both .pdf and .png because it's easier to email etc small pngs while for use in an a manuscript having the vector version means that it can be tweaked with illustrator


momeara/mema documentation built on Nov. 4, 2022, noon