code: Extract the code from a model

View source: R/modlib.R

codeR Documentation

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

mod <- mrgsolve::house()
mrgsolve:::code(mod)


mrgsolve documentation built on Aug. 16, 2023, 5:07 p.m.

Related to code in mrgsolve...