deleteSecondary: Deletes a secondary parameter from the model

deleteSecondaryR Documentation

Deletes a secondary parameter from the model

Description

Deletes a secondary parameter from the model

Usage

deleteSecondary(.Object, name)

## S4 method for signature 'NlmePmlModel'
deleteSecondary(.Object, name)

Arguments

.Object

An 'NlmePmlModel' object from which you want to delete a secondary parameter.

name

Name of the secondary parameter to be deleted.

Value

Depends on the specific methods

Returns the 'NlmePmlModel' object with the secondary parameter removed.

Functions

  • deleteSecondary(NlmePmlModel): Method for the 'NlmePmlModel' class

    This method deletes a secondary parameter from the NlmePmlModel object. It searches for the parameter by name, and if it is found, it removes it from the object and updates the PML model.


Certara.RsNLME documentation built on April 3, 2025, 11:04 p.m.