all.equal.pvlrt: Test if two pvlrt objects are (Nearly) Equal
Description
Test if two pvlrt objects are (Nearly) Equal
Usage
# S3 method for pvlrt
all.equal(target, current, ...)
Arguments
- target
First pvlrt object (output of pvlrt).
- current
Second pvlrt object.
- ...
Arguments passed to all.equal.default.
Details
Compares all values and attributes of target and current pvlrt objects except running times.
See all.equal.default for details on the generic function.