Skip to contents

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 numericlist
as.list(x, ...)

# S4 method for numericlist
as.numeric(x)

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

# S4 method for numericlist
length(x)

# S4 method for numericlist
names(x)

# S4 method for numericlist
$(x, name)

# S4 method for numericlist
[[(x, i, ..., exact = TRUE)

# S4 method for 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