Learn R Programming

mrgsolve (version 1.0.2)

code: Extract the code from a model

Description

This function is currently not exported, so be sure to call it with mrgsolve:::code(...).

Usage

code(x)

Arguments

x

an mrgsolve model object

Value

A character vector of model code.

Examples

Run this code
# NOT RUN {
mod <- mrgsolve::house()
mrgsolve:::code(mod)

# }

Run the code above in your browser using DataLab