as.siglist {sig} | R Documentation |
Coerces an object to be a siglist
.
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, ...)
x |
Object to coerce. |
... |
Passed to other |
An object of class siglist
.
as.siglist(list(
sig(mean),
list(name = "fun", alist(x =,y = 1))
))