createFigure1: Figure 1

View source: R/createFigure1.R

createFigure1R Documentation

Figure 1

Description

This function creates Figure 1 in Gibb and Strimmer 2012.

Usage

createFigure1()

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

createFigure1Color

Examples

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

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

## End(Not run)

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