Skip to contents

Delete an element from this list.

Usage

delete(object, x)

# S4 method for class 'pmx_list,pmx_element'
delete(object, x)

# S4 method for class 'pmx_list,integer'
delete(object, x)

# S4 method for class 'compartments,compartment_property'
delete(object, x)

# S4 method for class 'parameters,single_array_parameter'
delete(object, x)

# S4 method for class 'parameters,double_array_parameter'
delete(object, x)

# S4 method for class 'statements_record,model_statement'
delete(object, x)

# S4 method for class 'statements_record,integer'
delete(object, x)

# S4 method for class 'code_records,model_statement'
delete(object, x)

# S4 method for class 'campsis_model,compartment_property'
delete(object, x)

# S4 method for class 'campsis_model,parameter'
delete(object, x)

# S4 method for class 'campsis_model,code_record'
delete(object, x)

# S4 method for class 'campsis_model,model_statement'
delete(object, x)

Arguments

object

list object

x

element to delete or element index

Value

the updated list