Description Usage Arguments Value Author(s) References Examples
View source: R/get.annotation.R
journalpng generates a device to print a 4 x 4 inch 300 dpi figure (by default). screenpng does the same, but 72dpi.
1 2 |
file |
the file to write the figure to |
width |
the width of the figure |
height |
its height |
res |
resolution in dots-per-inch |
A table containing annotation data
Crispin J Miller
http://bioinformatics.picr.man.ac.uk/
1 2 3 4 5 6 | ## Not run:
journalpng(file="results/figure1.png"); # starts a new device
trad.scatter.plot(exprs(eset)[,1],exprs(eset)[,2])
dev.off(); # writes the file at this point.
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.