Replace element by another in list.
Source:R/generic_list.R
, R/compartments.R
, R/parameters.R
, and 3 more
replace.Rd
Replace element by another in list.
Usage
replace(object, x)
# S4 method for pmx_list,pmx_element
replace(object, x)
# S4 method for pmx_list,pmx_list
replace(object, x)
# S4 method for pmx_list,list
replace(object, x)
# S4 method for compartments,compartment_property
replace(object, x)
# S4 method for parameters,single_array_parameter
replace(object, x)
# S4 method for parameters,double_array_parameter
replace(object, x)
# S4 method for statements_record,model_statement
replace(object, x)
# S4 method for code_records,model_statement
replace(object, x)
# S4 method for campsis_model,compartment
replace(object, x)
# S4 method for campsis_model,compartment_property
replace(object, x)
# S4 method for campsis_model,parameter
replace(object, x)
# S4 method for campsis_model,code_record
replace(object, x)
# S4 method for campsis_model,model_statement
replace(object, x)