Plotting

Plotting facilities are available as a submodule to the MSj package. The MSj.plots module relies on the RecipesBase package, which allows writing recipes to plot users' data types. Hence, recipes have been created for MSscan, Msscans and Chromatogram:

plot(scans[1], method = :relative))

By default plotting is made in relative intensities, which may be changed by setting method to :absolute.