Weak isotopocules (if previously defined by orbi_flag_weak_isotopocules()
) are highlighted in the weak_isotopocules_color
.
Usage
orbi_plot_isotopocule_coverage(
dataset,
isotopocules = c(),
x = c("scan.no", "time.min"),
x_breaks = scales::breaks_pretty(5),
add_data_blocks = TRUE
)
Arguments
- dataset
isox data
- isotopocules
which isotopocules to visualize, if none provided will visualize all (this may take a long time or even crash your R session if there are too many isotopocules in the data set)
- x
x-axis column for the plot, either "time.min" or "scan.no"
- x_breaks
what breaks to use for the x axis, change to make more specifid tickmarks
- add_data_blocks
add highlight for data blocks if there are any block definitions in the dataset (uses
orbi_add_blocks_to_plot()
). To add blocks manually, setadd_data_blocks = FALSE
and manually call theorbi_add_blocks_to_plot()
function afterwards.