Skip to content

Sweave options

5 messages · Terry Therneau, Marc Schwartz, Duncan Murdoch +1 more

#
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.
#
On Dec 30, 2011, at 12:23 PM, Terry Therneau wrote:

            
Terry,

See ?RweaveLatex which has a list of "Supported Options" on the page.

Regards,

Marc Schwartz
#
On 30/12/2011 1:29 PM, Marc Schwartz wrote:
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
#
On 12/30/2011 2:33 PM, Duncan Murdoch wrote:
Hi Duncan
Where is this documented?  I don't find an entry under ?rgl.  Are there 
any examples using rgl in Sweave?
-Michael
#
On 11-12-31 12:07 PM, Michael Friendly wrote:
See ?rgl.Sweave, but you need to be using the R-forge version, rather 
than the CRAN one.

Duncan Murdoch