Learn R Programming

transport (version 0.15-4)

compatible: Test whether Two Objects are Compatible

Description

Test whether two objects of the same class are ‘of similar shape’ so that the function transport can be applied.

Usage

compatible(target, current, ...)
# S3 method for pgrid
compatible(target, current, ...)
# S3 method for pp
compatible(target, current, ...)
# S3 method for wpp
compatible(target, current, ...)

Value

Logical.

Arguments

target, current

to objects of the same class to be compared.

...

currently without effect.

Author

Dominic Schuhmacher dschuhm1@uni-goettingen.de

See Also

all.equal