sig (version 0.0-5)

as.sig: Coerce object to be a sig

Description

Coerces an object to be a sig.

Usage

as.sig(x, ...)

# S3 method for default as.sig(x, ...)

# S3 method for siglist as.sig(x, ...)

# S3 method for list as.sig(x, ...)

# S3 method for sig as.sig(x, ...)

Arguments

x

Object to coerce.

...

Passed to other as.sig methods.

Value

An object of class sig.

See Also

as.siglist

Examples

Run this code
# NOT RUN {
as.sig(
  list(name = "fun", alist(x =,y = 1))
)
# }

Run the code above in your browser using DataLab