is.mrgmod {mrgsolve} | R Documentation |
The function checks to see if the object is either
mrgmod
or packmod
.
is.mrgmod(x)
x |
any object |
TRUE
if the object inherits from either mrgmod
or packmod
class.
mod <- mrgsolve::house()
is.mrgmod(mod)