gdiffOutput | R Documentation |
Generate a set of graphical output files.
gdiffOutput(x, dir, ...)
## S3 method for class 'function'
gdiffOutput(x, dir, name=deparse(substitute(x)), ...)
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:
|
A character vector containing the names (and paths) of all output files that were generated.
Paul Murrell
gdiffExamplesOutput
,
gdiffPackageOutput
, and
gdiff
.
f <- function() plot(1)
gdiffOutput(f, dir=file.path(tempdir(), "Control"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.