R/hist.r

Defines functions hist

Documented in hist

#' @name hist
#'
#' @title histogram
#'
#' @description Produce a histogram of the raw data
#'
#' @param object data object
#'
#'
#' @export

hist <- function(object)
  UseMethod("hist")
pkuhnert/LRE documentation built on March 4, 2021, 2:50 a.m.