as.sig {sig} | R Documentation |
Coerce object to be a sig
Description
Coerces an object to be a sig
.
Usage
as.sig(x, ...)
## Default S3 method:
as.sig(x, ...)
## S3 method for class 'siglist'
as.sig(x, ...)
## S3 method for class 'list'
as.sig(x, ...)
## S3 method for class 'sig'
as.sig(x, ...)
Arguments
x |
Object to coerce. |
... |
Passed to other |
Value
An object of class sig
.
See Also
Examples
as.sig(
list(name = "fun", alist(x =,y = 1))
)
[Package sig version 0.0-6 Index]