gdiffExamplesOutput | R Documentation |
Generate a set of graphical output files by running the examples from the help page for a function.
gdiffExamplesOutput(fun, dir, ...)
## S3 method for class 'function'
gdiffExamplesOutput(fun, dir, name=NULL, ...)
## S3 method for class 'character'
gdiffExamplesOutput(fun, dir, name=fun, ...)
fun |
Either a function or the name of a function. |
dir |
The name of a directory in which to create output files. |
name |
A name to be used for output files. |
... |
Further arguments; see |
A character vector containing the names (and paths) of all output files that were generated.
Paul Murrell
gdiffOutput
and
gdiffPackageOutput
.
gdiffExamplesOutput(plot, dir=file.path(tempdir(), "Control"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.