Learn R Programming

oops (version 0.2.0)

is.Instance: Is Object a Class Instance?

Description

Check whether object inherits the "Instance" class. See is.oClass to check whether object is a oClass generator.

Usage

is.Instance(x)

Arguments

x

object to be tested

Value

TRUE if object inherits "Instance", FALSE otherwise