R/minIntervalWidth.R

### minIntervalWidth: fetch the minimal interval width data from intReg object

setGeneric("minIntervalWidth",
           function(object, ...) standardGeneric("minIntervalWidth")
           )

setMethod("minIntervalWidth", "intReg",
          function(object, ...) object$param$minIntervalWidth)

Try the intReg package in your browser

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

intReg documentation built on May 2, 2019, 4:43 p.m.