getByIndex: Get element by index.

View source: R/generic_list.R

getByIndexR Documentation

Get element by index.

Description

Get element by index.

Usage

getByIndex(object, x)

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

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

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

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

Arguments

object

list object

x

element index

Value

element from the list whose index matches with provided index


campsismod documentation built on Oct. 12, 2023, 5:13 p.m.