editModel {Certara.RsNLME}R Documentation

Directly edit PML text in model object

Description

Allows user to edit PML text in model object using internal text editor and return a new textual model containing the edited PML statements.

Usage

editModel(.Object)

Arguments

.Object

Model object

Value

Modified NlmePmlModel object

Examples


model <- pkmodel(columnMap = FALSE)

newModel <- editModel(model)



[Package Certara.RsNLME version 3.0.1 Index]