get_by_index: Get element by index.

View source: R/generic_list.R

get_by_indexR Documentation

Get element by index.

Description

Get element by index.

Usage

get_by_index(object, x)

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

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

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

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

Arguments

object

list object

x

element index

Value

element from the list whose index matches with provided index


campsismod documentation built on July 30, 2026, 9:06 a.m.