ev_methods | R Documentation |
Various methods for event objects
## 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)
x |
an events object |
... |
passed to various methods |
row.names |
passed to |
optional |
passed to |
add_ID |
numeric ID of length 1 used to add |
object |
used for |
e <- ev(amt = 100)
names(e)
as.data.frame(e)
dim(e)
nrow(e)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.