sig (version 0.0-5)

as.siglist: Coerce object to be a siglist

Description

Coerces an object to be a siglist.

Usage

as.siglist(x, ...)

# S3 method for sig as.siglist(x, ...)

# S3 method for list as.siglist(x, ...)

# S3 method for siglist as.siglist(x, ...)

Arguments

x

Object to coerce.

...

Passed to other as.siglist methods.

Value

An object of class siglist.

See Also

as.sig

Examples

Run this code
# NOT RUN {
as.siglist(list(
  sig(mean),
  list(name = "fun", alist(x =,y = 1))
))
# }

Run the code above in your browser using DataCamp Workspace