latex {BiocStyle} | R Documentation |
This function inserts code into a document preamble to provide a consistent style to Bioconductor vignettes
latex(..., width=90, short.fignames=FALSE, fig.path)
... |
Additional arguments, passed to |
width |
integer(1), maximum number of columns on a line used in
printing. See |
short.fignames |
logical, indicates whether |
fig.path |
character, custom prefix to be used for figure file
names when used with |
Use is described in the ‘Bioconductor LaTeX Style’ vignette.
The return value is a character string directing LaTex to use the Bioconductor style file.
A side effect is setting any options specified as arguments.
Martin Morgan mtmorgan@fhcrc.org, Andrzej Oles, Wolfgang Huber
## location of the .sty file system.file(package = "BiocStyle", "sty", "Bioconductor.sty")