is.mrgmod | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.