Skip to contents

Delete an element from this list.

Usage

delete(object, x)

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

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

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

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

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

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

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

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

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

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

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

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

Arguments

object

list object

x

element to delete or element index

Value

the updated list