R/zzz.R

Defines functions Hist_Fn

Documented in Hist_Fn

#' Copy of Hist_Fn
#'
#' Included for continuity when using old scripts
#'
#' Please use \code{?plot_histogram} to see list of arguments and usage
#' @export
Hist_Fn = function( ... ){
  .Deprecated( new="ThorsonUtilities::plot_histogram" )
  plot_histogram( ... )
}
James-Thorson/utilities documentation built on Feb. 6, 2022, 2:35 p.m.