Learn R Programming

mrgsolve (version 1.0.2)

is.mrgmod: Check if an object is a model object

Description

The function checks to see if the object is either mrgmod or packmod.

Usage

is.mrgmod(x)

Arguments

x

any object

Value

TRUE if the object inherits from either mrgmod or packmod class.

Examples

Run this code
# NOT RUN {
is.mrgmod(house())

# }

Run the code above in your browser using DataLab