View source: R/createFigure1_color.R
| createFigure1Color | R Documentation |
This function creates Figure 1 in Gibb and Strimmer 2012 in a colorized version.
createFigure1Color()
S. Gibb and K. Strimmer. 2012. MALDIquant: a versatile R package for the analysis of mass spectrometry data. Bioinformatics 28: 2270-2271
createFigure1
## Not run:
library("MALDIquantExamples")
pdfWidth <- 7
pdfHeight <- pdfWidth*0.35
pdf(file="figure1.pdf", height=pdfHeight, width=pdfWidth)
createFigure1Color()
dev.off()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.