is.Opt: Is an object 'Opt'?

Description Usage Arguments Value Author(s) Examples

View source: R/QFRM.R

Description

Tests the argument for the specific class type.

Usage

1
is.Opt(o)

Arguments

o

Any object

Value

TRUE if and only if an argument is of Opt class.

Author(s)

Oleg Melnikov

Examples

1
2
is.Opt(Opt())  #verifies that Opt() returns an object of class \code{Opt}
is.Opt(1:3)    #verifies that code{1:3} is not an object of class \code{Opt}

QFRM documentation built on May 2, 2019, 8:26 a.m.