plot_voltration_data: Plot Peak 2 CV vs. PMT voltages & find minimum "knee" voltage

View source: R/volta-viz.R

plot_voltration_dataR Documentation

Plot Peak 2 CV vs. PMT voltages & find minimum "knee" voltage

Description

Creates a plot of Peak 2 CV vs. PMT voltages for each channel for each instrument & finds minimum "knee" voltage for optimal resolution sensitivity. Optionally generates a summary report as an Excel workbook.

Usage

plot_voltration_data(
  x,
  report_path = NULL,
  image_dir = NULL,
  save_png = FALSE,
  png... = list(),
  x_var_lab = c(PMT_voltage = "PMT Voltage"),
  y_var_lab = c(log10_CV = expression(paste(log[10], " CV"))),
  plot_series... = list(),
  points... = list(),
  xlsx_expression = NULL,
  plot_individual_channels = FALSE
)

Arguments

x

List object generated by get_peak2_data

image_dir

...

save_png

...

plot_series...

...

points...

...

xlsx_expression

...

report_dir

[Coming soon]

trans_fun

...

replace_with_na_condition

...

remove_empty_cols

...

create_smooth_variables...

...

plot_derivative

...

debug

...

Examples

## Not run: 
## There will totally be code here soon.

## End(Not run)

priscian/volta documentation built on March 10, 2024, 10:25 p.m.