gdiffExamplesOutput {gdiff} | R Documentation |
Generate Output Files from Function Examples
Description
Generate a set of graphical output files by running the examples from the help page for a function.
Usage
gdiffExamplesOutput(fun, dir, ...)
## S3 method for class 'function'
gdiffExamplesOutput(fun, dir, name=NULL, ...)
## S3 method for class 'character'
gdiffExamplesOutput(fun, dir, name=fun, ...)
Arguments
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 |
Value
A character vector containing the names (and paths) of all output files that were generated.
Author(s)
Paul Murrell
See Also
gdiffOutput
and
gdiffPackageOutput
.
Examples
gdiffExamplesOutput(plot, dir=file.path(tempdir(), "Control"))
[Package gdiff version 0.2-5 Index]