gdiffPackage {gdiff} | R Documentation |
Generate and Compare Control and Test Output for a Package
Description
Generate a set of "control" graphical output files in one directory, a set of "test" graphical output files in another directory, and compare the two sets of output files (possibly generating "compare" graphical output of the differences in a third directory).
Usage
gdiffPackage(pkg, ...)
Arguments
pkg |
The name of a package. |
... |
Further arguments; see |
Value
A "gdiffComparison"
object, which is a list containing
information about the output files generated and the differences
detected.
Author(s)
Paul Murrell
See Also
gdiff
and
gdiffExamples
.
[Package gdiff version 0.2-5 Index]