replace {campsismod} | R Documentation |
Replace element by another in list.
Description
Replace element by another in list.
Usage
replace(object, x)
## S4 method for signature 'pmx_list,pmx_element'
replace(object, x)
## S4 method for signature 'pmx_list,pmx_list'
replace(object, x)
## S4 method for signature 'pmx_list,list'
replace(object, x)
## S4 method for signature 'compartments,compartment_property'
replace(object, x)
## S4 method for signature 'parameters,single_array_parameter'
replace(object, x)
## S4 method for signature 'parameters,double_array_parameter'
replace(object, x)
## S4 method for signature 'statements_record,model_statement'
replace(object, x)
## S4 method for signature 'code_records,model_statement'
replace(object, x)
## S4 method for signature 'campsis_model,compartment'
replace(object, x)
## S4 method for signature 'campsis_model,compartment_property'
replace(object, x)
## S4 method for signature 'campsis_model,parameter'
replace(object, x)
## S4 method for signature 'campsis_model,code_record'
replace(object, x)
## S4 method for signature 'campsis_model,model_statement'
replace(object, x)
Arguments
object |
list object |
x |
element to replace |
Value
list object or an error if the element does not exist in the list
[Package campsismod version 1.1.1 Index]