all.equal.pvlrt {pvLRT} | R Documentation |
Test if two pvlrt objects are (Nearly) Equal
Description
Test if two pvlrt objects are (Nearly) Equal
Usage
## S3 method for class '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.
See Also
all.equal.default
[Package pvLRT version 0.5.1 Index]