gdiffCompare {gdiff} | R Documentation |
Compare Control and Test Output
Description
Compare a set of "control" graphical output files in one directory with a set of "test" graphical output files in another directory (possibly generating "compare" graphical output of the differences in a third directory).
Usage
gdiffCompare(controlDir, testDir, compareDir, ...)
Arguments
controlDir , testDir , compareDir |
The names of the directories where output is produced. |
... |
Further arguments, not currently used. |
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
gdiffOutput
.
[Package gdiff version 0.2-5 Index]