getByIndex {campsismod} | R Documentation |
Get element by index.
Description
Get element by index.
Usage
getByIndex(object, x)
## S4 method for signature 'pmx_list,integer'
getByIndex(object, x)
## S4 method for signature 'pmx_list,numeric'
getByIndex(object, x)
## S4 method for signature 'compartment_properties,compartment_property'
getByIndex(object, x)
## S4 method for signature 'parameters,parameter'
getByIndex(object, x)
Arguments
object |
list object |
x |
element index |
Value
element from the list whose index matches with provided index
[Package campsismod version 1.1.1 Index]