deleteSecondary | R Documentation |
Deletes a secondary parameter from the model
deleteSecondary(.Object, name)
## S4 method for signature 'NlmePmlModel'
deleteSecondary(.Object, name)
.Object |
An 'NlmePmlModel' object from which you want to delete a secondary parameter. |
name |
Name of the secondary parameter to be deleted. |
Depends on the specific methods
Returns the 'NlmePmlModel' object with the secondary parameter removed.
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.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.