iso_prepare_dual_inlet_plot_data: Prepare plotting data from dual inlet files

Description Usage Arguments See Also

Description

This function helps with the preparation of plotting data from dual inlet files. Call either explicity and pass the result to iso_plot_dual_inlet_data or let iso_plot_dual_inlet_data take care of preparing the plotting data directly from the iso_files.

Usage

1
2
3
4
5
6
iso_prepare_dual_inlet_plot_data(
  iso_files,
  data = character(),
  include_file_info = NULL,
  filter = NULL
)

Arguments

iso_files

collection of iso_file objects

data

which masses, ratios and deltas to plot (e.g. c("44", "45", "45/44", "d45/44") - without the units), if omitted, all available masses, ratios, and delta values are plotted. Note that ratios should be calculated using iso_calculate_ratios and delta values should be calculated using iso_calculate_deltas prior to plotting.

include_file_info

which file information to include (see iso_get_file_info). Use c(...) to select multiple, supports all select syntax including renaming columns.

filter

any filter condition to apply to the data beyond the masses/ratio/delta selection (param data). For details on the available data columns see iso_get_raw_data with parameters gather = TRUE and include_file_info = everything().

See Also

Other plot functions: iso_mark_calibration_range(), iso_mark_outliers(), iso_mark_value_range(), iso_mark_x_range(), iso_plot_continuous_flow_data(), iso_plot_data(), iso_plot_dual_inlet_data(), iso_plot_raw_data(), iso_plot_ref_peaks(), iso_plot_residuals(), iso_plot_scan_data(), iso_prepare_continuous_flow_plot_data(), iso_prepare_scan_plot_data()


KopfLab/isoprocessor documentation built on Nov. 6, 2021, 10:18 p.m.