as.siglist {sig} | R 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 |
Value
An object of class siglist
.
See Also
Examples
as.siglist(list(
sig(mean),
list(name = "fun", alist(x =,y = 1))
))
[Package sig version 0.0-6 Index]