as.sig | R Documentation |
Coerces an object to be a sig
.
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, ...)
x |
Object to coerce. |
... |
Passed to other |
An object of class sig
.
as.siglist
as.sig( list(name = "fun", alist(x =,y = 1)) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.