Plot a set of deconvoluted spectra.
Arguments
- obj
An object of type
decons0
,decons1
ordecons2
. For details see metabodecon_classes.- ...
Additional arguments passed to the conversion function.
- sfy
Scaling factor for the y-axis.
- xlab
Label for the x-axis.
- ylab
Label for the y-axis.
- mar
A numeric vector of length 4, which specifies the margins of the plot.
See also
plot_spectrum()
for a much more sophisticated plotting routine
suitable for plotting a single spectrum.
Examples
obj <- deconvolute(sim[1:4], sfr = c(3.55, 3.35))
plot_spectra(obj)