sort: Sort the specified list.

View source: R/generic_list.R

sortR Documentation

Sort the specified list.

Description

Sort the specified list.

Usage

sort(x, decreasing = FALSE, ...)

## S4 method for signature 'compartment_properties'
sort(x, decreasing = FALSE, ...)

## S4 method for signature 'compartments'
sort(x, decreasing = FALSE, ...)

## S4 method for signature 'parameters'
sort(x, decreasing = FALSE, ...)

## S4 method for signature 'code_records'
sort(x, decreasing = FALSE, ...)

## S4 method for signature 'campsis_model'
sort(x, decreasing = FALSE, ...)

## S4 method for signature 'omega_blocks'
sort(x, decreasing = FALSE, ...)

Arguments

x

list object

decreasing

increasing or decreasing order

...

extra arguments

Value

same list but ordered


campsismod documentation built on April 3, 2025, 7:37 p.m.