all.equal.pvlrt {pvLRT} | R Documentation |
Test if two pvlrt objects are (Nearly) Equal
## S3 method for class 'pvlrt'
all.equal(target, current, ...)
target |
First pvlrt object (output of pvlrt). |
current |
Second pvlrt object. |
... |
Arguments passed to all.equal.default. |
Compares all values and attributes of target and current pvlrt
objects except running times.
See all.equal.default for details on the generic function.
all.equal.default