R/ghist.r

Defines functions ghist

Documented in ghist

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

ghist <- function(object)
  UseMethod("ghist")
pkuhnert/LRE documentation built on June 9, 2025, 9:49 p.m.