R/display.R

#' Display
#'
#' Display method for numerics
#'
#' @param x numeric
setMethod ("display", signature(x = "numeric"), function(x) cat(x, "\n"))
aoles/foobar documentation built on May 10, 2019, 12:42 p.m.