createFigure1Color: Figure 1

View source: R/createFigure1_color.R

createFigure1ColorR Documentation

Figure 1

Description

This function creates Figure 1 in Gibb and Strimmer 2012 in a colorized version.

Usage

createFigure1Color()

References

S. Gibb and K. Strimmer. 2012. MALDIquant: a versatile R package for the analysis of mass spectrometry data. Bioinformatics 28: 2270-2271

See Also

createFigure1

Examples

## Not run: 
library("MALDIquantExamples")
pdfWidth <- 7
pdfHeight <- pdfWidth*0.35

pdf(file="figure1.pdf", height=pdfHeight, width=pdfWidth)
createFigure1Color()
dev.off()

## End(Not run)

sgibb/MALDIquantExamples documentation built on Oct. 15, 2022, 3:25 a.m.