all.equal (transport objects) | R Documentation |
Methods for judging near equality of objects of class pgrid or pp or wpp
## S3 method for class 'pgrid'
all.equal(target, current, ...)
## S3 method for class 'pp'
all.equal(target, current, ...)
## S3 method for class 'wpp'
all.equal(target, current, ...)
target , current |
the objects of the same class to be compared. |
... |
currently without effect. |
Either TRUE
or a vector of mode
“character” describing the differences between target and current.
Dominic Schuhmacher dschuhm1@uni-goettingen.de
all.equal (base)
, compatible
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.