RxODE (version 0.8.0-9)

rxGetModel: Get model properties without compiling it.

Description

Get model properties without compiling it.

Usage

rxGetModel(model, calcSens = FALSE, calcJac = FALSE,
  collapseModel = FALSE)

Arguments

model

RxODE specification

calcSens

boolean indicating if RxODE will calculate the sennsitivities according to the specified ODEs.

calcJac

boolean indicating if RxODE will calculate the Jacobain according to the specified ODEs.

collapseModel

boolean indicating if RxODE will remove all LHS variables when calculating sensitivities.

Value

RxODE trans list