powered by
Coerces an object to be a siglist.
siglist
as.siglist(x, ...)# S3 method for sig as.siglist(x, ...)# S3 method for list as.siglist(x, ...)# S3 method for siglist as.siglist(x, ...)
# S3 method for sig as.siglist(x, ...)
# S3 method for list as.siglist(x, ...)
# S3 method for siglist as.siglist(x, ...)
Object to coerce.
Passed to other as.siglist methods.
as.siglist
An object of class siglist.
as.sig
# NOT RUN { as.siglist(list( sig(mean), list(name = "fun", alist(x =,y = 1)) )) # }
Run the code above in your browser using DataLab