Find an element in list.
Source:R/generic_list.R
, R/compartments.R
, R/code_record.R
, and 2 more
find.Rd
Find an element in list.
Usage
find(object, x)
# S4 method for pmx_list,pmx_element
find(object, x)
# S4 method for compartments,compartment_property
find(object, x)
# S4 method for statements_record,model_statement
find(object, x)
# S4 method for code_records,model_statement
find(object, x)
# S4 method for campsis_model,compartment
find(object, x)
# S4 method for campsis_model,compartment_property
find(object, x)
# S4 method for campsis_model,parameter
find(object, x)
# S4 method for campsis_model,code_record
find(object, x)
# S4 method for campsis_model,model_statement
find(object, x)