powered by
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 = F, ...)
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.
boolean value indicating if the x-axis will be shown reversed or not.
additional parameters to pass to matplot.
# NOT RUN { ## Example of plotting spectra (simple) data(cassavaPPD) plot_spectra_simple(cassavaPPD, samples = c("IAC5_4", "BRA_1"), variable.bounds = c(1000,2000)) # }
Run the code above in your browser using DataLab