coerceObj: Coerce Data Objects To Different Class

Usage Arguments Examples

Usage

1
coerceObj(x, to, ...)

Arguments

x
to
...

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
structure(function (x, to, ...) 
{
    standardGeneric("coerceObj")
  }, generic = structure("coerceObj", package = "mutSignatures"), package = "mutSignatures", group = list(), valueClass = character(0), signature = c("x", 
"to"), default = `\001NULL\001`, skeleton = (function (x, to, 
    ...) 
stop("invalid call in method dispatch to 'coerceObj' (no default method)", 
    domain = NA))(x, to, ...), class = structure("nonstandardGenericFunction", package = "methods"))

dami82/mutSignatures_dev documentation built on May 17, 2019, 7:02 p.m.