as.siglist: Coerce object to be a siglist

View source: R/as.R

as.siglistR Documentation

Coerce object to be a siglist

Description

Coerces an object to be a siglist.

Usage

as.siglist(x, ...)

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

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

## S3 method for class '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

as.siglist(list(
  sig(mean),
  list(name = "fun", alist(x =,y = 1))
))

sig documentation built on April 21, 2022, 5:07 p.m.