R/visualization.R
iso_prepare_dual_inlet_plot_data.RdThis 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.
iso_prepare_dual_inlet_plot_data( iso_files, data = character(), include_file_info = NULL, filter = NULL )
| iso_files | collection of iso_file objects |
|---|---|
| data | which masses, ratios and deltas to plot (e.g. |
| 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 |
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()