powered by
Generate a set of graphical output files.
gdiffOutput(x, dir, ...) # S3 method for function gdiffOutput(x, dir, name=deparse(substitute(x)), ...)
A character vector containing the names (and paths) of all output files that were generated.
A function.
The name of a directory in which to create output files.
A name to be used for output files.
Further arguments, currently including:
A logical indicating whether the output directories should be emptied. Can also be a list of logicals with names control, test, and compare.
control
test
compare
A specification of the graphics device to use for output; see gdiffDevice. Can also be a list of graphics devices.
gdiffDevice
A specification of the R session to use for output; see gdiffSession. Can also be a list of sessions with names control and test.
gdiffSession
How many cpus to employ when generating output.
Paul Murrell
gdiffExamplesOutput, gdiffPackageOutput, and gdiff.
gdiffExamplesOutput
gdiffPackageOutput
gdiff
f <- function() plot(1) # \donttest{ gdiffOutput(f, dir=file.path(tempdir(), "Control")) # }
Run the code above in your browser using DataLab