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 class 'numericlist'
as.list(x, ...)
# S4 method for class 'numericlist'
as.numeric(x)
# S4 method for class 'numericlist'
as.data.frame(x, row.names = NULL, optional = FALSE, ...)
# S4 method for class 'numericlist'
length(x)
# S4 method for class 'numericlist'
names(x)
# S4 method for class 'numericlist'
x$name
# S4 method for class 'numericlist'
x[[i, ..., exact = TRUE]]
# S4 method for class 'numericlist'
x[i, j, ..., drop = TRUE]
object
passed along to other methods
passed to as.data.frame
passed to as.data.frame
column to take
elements to keep
not used
not used
not used