This function provides easy plotting for mass, ratio and delta traces from IRMS dual inlet data. It can be called either directly with a set of iso_file objects, or with a data frame prepared for plotting dual inlet data (see iso_prepare_dual_inlet_plot_data).
iso_plot_dual_inlet_data(...) # S3 method for iso_file_list iso_plot_dual_inlet_data( iso_files, data = character(), filter = NULL, panel = data, color = file_id, linetype = NULL, shape = type, size = 2, label = file_id, ... ) # S3 method for data.frame iso_plot_dual_inlet_data( df, panel = data, color = file_id, linetype = NULL, shape = type, size = 2, label = file_id, ... )
| ... | additional parameters passed on to iso_plot_data |
|---|---|
| iso_files | collection of iso_file objects |
| data | which masses, ratios and deltas to plot (e.g. |
| filter | any filter condition to apply to the data beyond the masses/ratio/delta selection (param |
| panel | whether to panel the data by anything. If using a single parameter (e.g. |
| color | variable to use for color aesthetic for the plot or constant value for the point and line color |
| linetype | variable to use for linetype aesthetic for the plot or constant value for the line type |
| shape | variable to use for shape aesthetic for the plot or constant vlaue for the point shape |
| size | variable to use for size aesthetic for the plot or constant value for the points size |
| label | this is primarily of use for turning the generated ggplots into interactive plots via |
| df | a data frame of the dual inlet data prepared for plotting (see |
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_raw_data(),
iso_plot_ref_peaks(),
iso_plot_residuals(),
iso_plot_scan_data(),
iso_prepare_continuous_flow_plot_data(),
iso_prepare_dual_inlet_plot_data(),
iso_prepare_scan_plot_data()