gdiffOutput {gdiff} | R Documentation |
Generate Graphical Output
Description
Generate a set of graphical output files.
Usage
gdiffOutput(x, dir, ...)
## S3 method for class 'function'
gdiffOutput(x, dir, name=deparse(substitute(x)), ...)
Arguments
x |
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, currently including:
|
Value
A character vector containing the names (and paths) of all output files that were generated.
Author(s)
Paul Murrell
See Also
gdiffExamplesOutput
,
gdiffPackageOutput
, and
gdiff
.
Examples
f <- function() plot(1)
gdiffOutput(f, dir=file.path(tempdir(), "Control"))