compatible | R Documentation |
Test whether two objects of the same class are ‘of similar shape’ so that
the function transport
can be applied.
compatible(target, current, ...)
## S3 method for class 'pgrid'
compatible(target, current, ...)
## S3 method for class 'pp'
compatible(target, current, ...)
## S3 method for class 'wpp'
compatible(target, current, ...)
target , current |
to objects of the same class to be compared. |
... |
currently without effect. |
Logical.
Dominic Schuhmacher dschuhm1@uni-goettingen.de
all.equal
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.