getEquations: Extract the equations of an object

View source: R/classes.R View source: R/classes.R

getEquationsR Documentation

Extract the equations of an object

Description

Extract the equations of an object

Usage

getEquations(x, conditions = NULL)

## S3 method for class 'odemodel'
getEquations(x, conditions = NULL)

## S3 method for class 'prdfn'
getEquations(x, conditions = NULL)

## S3 method for class 'fn'
getEquations(x, conditions = NULL)

Arguments

x

object from which the equations should be extracted

conditions

character or numeric vector specifying the conditions to which getEquations is restricted. If conditions has length one, the result is not returned as a list.

Value

The equations as list of eqnvec objects.


dkaschek/dMod documentation built on April 23, 2024, 5:18 p.m.