R/Math2.R

### =========================================================================
### The Math2 group consists of:
###   - `round`, `signif`
### -------------------------------------------------------------------------

#' @importFrom methods callGeneric setMethod
#' @importMethodsFrom methods Math2
#' @rdname DSArray-utils
setMethod("Math2", "DSArray",
          function(x) {
            slot(x, "val", check = FALSE) <- callGeneric(slot(x, "val"))
            x
          }
)
PeteHaitch/DSArray documentation built on May 8, 2019, 1:30 a.m.