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:

clean

A logical indicating whether the output directories should be emptied. Can also be a list of logicals with names control, test, and compare.

device

A specification of the graphics device to use for output; see gdiffDevice. Can also be a list of graphics devices.

session

A specification of the R session to use for output; see gdiffSession. Can also be a list of sessions with names control and test.

ncpu

How many cpus to employ when generating output.

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"))


[Package gdiff version 0.2-5 Index]