all.equal: Methods for Judging Near Equality of Objects of Class pgrid,...

all.equal (transport objects)R Documentation

Methods for Judging Near Equality of Objects of Class pgrid, pp or wpp

Description

Methods for judging near equality of objects of class pgrid or pp or wpp

Usage

## 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, ...)

Arguments

target, current

the objects of the same class to be compared.

...

currently without effect.

Value

Either TRUE or a vector of mode “character” describing the differences between target and current.

Author(s)

Dominic Schuhmacher dschuhm1@uni-goettingen.de

See Also

all.equal (base), compatible


transport documentation built on July 9, 2023, 7:43 p.m.