plot_voltration_data | R Documentation |
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.
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
)
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 |
... |
## Not run:
## There will totally be code here soon.
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.