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

ev_methods

Various methods for event objects


Description

Various methods for event objects

Usage

## S3 method for class 'ev'
names(x)

## S3 method for class 'ev'
dim(x)

## S3 method for class 'ev'
as.matrix(x, ...)

## S3 method for class 'ev'
as.data.frame(x, row.names = NULL, optional = FALSE, add_ID = NULL, ...)

## S4 method for signature 'ev'
show(object)

Arguments

x

an events object

...

passed to various methods

row.names

passed to as.data.frame

optional

passed to as.data.frame

add_ID

numeric ID of length 1 used to add ID column only if one doesn't already exist

object

used for show

Examples

e <- ev(amt = 100)

names(e)

as.data.frame(e)

dim(e)

nrow(e)

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.