Learn R Programming

nlmixr2est (version 5.0.2)

nmObjUiSetCompressed: Set if the nlmixr2 object will return a compressed ui

Description

Set if the nlmixr2 object will return a compressed ui

Usage

nmObjUiSetCompressed(type)

Value

invisible logical type

Arguments

type

is a boolean indicating if the compressed ui will be returned (`TRUE`) or not be returned (`FALSE`)

Author

Matthew L. Fidler

Examples

Run this code

nmObjUiSetCompressed(FALSE) # now the $ui will return an environment
nmObjUiSetCompressed(TRUE) # now the $ui will return a compressed value

Run the code above in your browser using DataLab