powered by
Generate a set of graphical output files by running the examples from the help page for a function.
gdiffExamplesOutput(fun, dir, ...) # S3 method for function gdiffExamplesOutput(fun, dir, name=NULL, ...) # S3 method for character gdiffExamplesOutput(fun, dir, name=fun, ...)
A character vector containing the names (and paths) of all output files that were generated.
Either a function or the name of a function.
The name of a directory in which to create output files.
A name to be used for output files.
Further arguments; see gdiffOutput.
gdiffOutput
Paul Murrell
gdiffOutput and gdiffPackageOutput.
gdiffPackageOutput
# \donttest{ gdiffExamplesOutput(plot, dir=file.path(tempdir(), "Control")) # }
Run the code above in your browser using DataLab