R/print.threshold.R

#' @name print.threshold 
#' @title ...
#' @description ...
#' @param x ...
#' @param ... ...
#' @method print threshold
#' @export
print.threshold <- function(x, ...) {
  method <- attr(x, 'method')
  attributes(x) <- NULL
  print(paste0("Threshold(s): ", signif(x)))
  print(paste0("Method: ", method))
}
benmack/threshold documentation built on May 12, 2019, 12:58 p.m.