getCompartmentIndex {campsismod} | R Documentation |
Get the compartment index for the specified compartment name.
Description
Get the compartment index for the specified compartment name.
Usage
getCompartmentIndex(object, name)
## S4 method for signature 'compartments,character'
getCompartmentIndex(object, name)
## S4 method for signature 'campsis_model,character'
getCompartmentIndex(object, name)
Arguments
object |
generic object that contains compartments information |
name |
compartment name |
Value
the corresponding compartment index
[Package campsismod version 1.1.1 Index]