Learn R Programming

raptr (version 0.0.1)

is.comparable: Compare Rap objects

Description

This function checks objects to see if they share the same input data.

Usage

is.comparable(x, y)
"is.comparable"(x, y)
"is.comparable"(x, y)
"is.comparable"(x, y)
"is.comparable"(x, y)

Arguments

x
RapData, RapUnsolved, or RapSolved object.
y
RapData, RapUnsolved, or RapSolved object.

Value

logical are the objects based on the same data?

See Also

RapData-class, RapUnsolved-class, RapSolved-class.