numericlist | R Documentation |
These methods can be used to coerce param
and
init
objects into common R
data structures,
extract elements from numericlist
s, or get attributes
from numericlist
s.
## 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]
x |
object |
... |
passed along to other methods |
row.names |
passed to |
optional |
passed to |
name |
column to take |
i |
elements to keep |
exact |
not used |
j |
not used |
drop |
not used |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.