names,mrgmod-method {mrgsolve} | R Documentation |
Get all names from a model object
Description
Get all names from a model object
Usage
## S4 method for signature 'mrgmod'
names(x)
Arguments
x |
the model object |
Examples
mod <- mrgsolve::house()
names(mod)
[Package mrgsolve version 1.5.1 Index]