Plot spectra from dataset (simple version).
plot_spectra_simple(dataset, samples = NULL,
variable.bounds = NULL, xlab = NULL, ylab = NULL,
lty = 1, lwd = 1, col = 1, reverse.x = FALSE, ...)
list representing the dataset from a metabolomics experiment.
vector with samples' names, if NULL all the samples will be considered.
numeric vector with two elements indicating the interval of x-values to plot.
x-axis label.
y-axis label
parameter of matplot.
parameter of matplot.
parameter of matplot.
boolean value indicating if the x-axis will be shown reversed or not.
additional parameters to pass to matplot.