orbi_plot_isotopocule_coverage {isoorbi} | R Documentation |
Plot isotopocule coverage
Description
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 |
Value
a ggplot object
[Package isoorbi version 1.3.0 Index]