as.siglist
From sig v0.0-5
by Richard Cotton
Coerce object to be a siglist
Coerces an object to be a siglist
.
Usage
as.siglist(x, ...)
"as.siglist"(x, ...)
"as.siglist"(x, ...)
"as.siglist"(x, ...)
Arguments
- x
- Object to coerce.
- ...
- Passed to other
as.siglist
methods.
Value
-
An object of class
siglist
.
See Also
Examples
as.siglist(list(
sig(mean),
list(name = "fun", alist(x =,y = 1))
))
Community examples
Looks like there are no examples yet.