Sweave options
On 30/12/2011 1:29 PM, Marc Schwartz wrote:
On Dec 30, 2011, at 12:23 PM, Terry Therneau wrote:
Is there a concise list somewhere of the Sweave options for a code chunk? By that I mean <<chunk-name, options..>> where the options are fig=T/F, echo=T/F, etc. I keep forgetting parts of the etc. Terry T.
Terry, See ?RweaveLatex which has a list of "Supported Options" on the page.
Remember that that list is not exhaustive, since it is an open-ended format. For example, the rgl package implements a driver that adds an option "delay". (It also uses "resolution", but other drivers use that too.) I imagine odfWeave has its own options too. Duncan Murdoch