plot_quant.Rd
Given an MSnSet
, return a plot
of the feature intensities per sample.
plot_quant(
obj,
method = c("box", "density", "histogram"),
facet_by_sample = FALSE
)
MSnSet
.
string
. Plot style. Choice of box, density or histogram plot.
logical
. Facet the plot by sample.
ggplot
object.