R/methods-misc.R

## ==========================================================================
## drawGate method for matrix
## - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
setMethod("drawGate",
  signature=signature("matrix"),
          definition=function(x, ...) {
    g <- gateMatrix(x, ...)
    return(g)})
## ==========================================================================

Try the prada package in your browser

Any scripts or data that you put into this service are public.

prada documentation built on April 28, 2020, 7:52 p.m.