Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

numericlist

Methods for numericlist


Description

These methods can be used to coerce param and init objects into common R data structures, extract elements from numericlists, or get attributes from numericlists.

Usage

## S4 method for signature 'numericlist'
as.list(x, ...)

## S4 method for signature 'numericlist'
as.numeric(x)

## S4 method for signature 'numericlist'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)

## S4 method for signature 'numericlist'
length(x)

## S4 method for signature 'numericlist'
names(x)

## S4 method for signature 'numericlist'
x$name

## S4 method for signature 'numericlist'
x[[i, ..., exact = TRUE]]

## S4 method for signature 'numericlist'
x[i, j, ..., drop = TRUE]

Arguments

x

object

...

passed along to other methods

row.names

passed to as.data.frame

optional

passed to as.data.frame

name

column to take

i

elements to keep

exact

not used

j

not used

drop

not used


mrgsolve

Simulate from ODE-Based Models

v0.11.1
GPL (>= 2)
Authors
Kyle T Baron [aut, cre] (<https://orcid.org/0000-0001-7252-5656>), Bill Gillespie [ctb], Charles Margossian [ctb], Devin Pastoor [ctb], Bill Denney [ctb] (<https://orcid.org/0000-0002-5759-428X>), Dilawar Singh [ctb], Felicien Le Louedec [ctb] (<https://orcid.org/0000-0003-3699-2729>), Timothy Waterhouse [ctb] (<https://orcid.org/0000-0002-0954-9660>), Metrum Research Group [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.