Learn R Programming

campsismod (version 1.2.1)

getByIndex: Get element by index.

Description

Get element by index.

Usage

getByIndex(object, x)

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

# S4 method for pmx_list,numeric getByIndex(object, x)

# S4 method for compartment_properties,compartment_property getByIndex(object, x)

# S4 method for parameters,parameter getByIndex(object, x)

Value

element from the list whose index matches with provided index

Arguments

object

list object

x

element index