R/pictostdchart.R

Defines functions PictoStdChart

Documented in PictoStdChart

#' @description \code{PictoStdChart} Deprecated function for backwards-compatibility
#' @rdname PictographChart
#' @export

PictoStdChart <- function(...)
{
    warning("This function is deprecated. Please use PictographChart instead\n")
    PictographChart(...)
}
NumbersInternational/flipPictographs documentation built on Sept. 7, 2024, 7:27 a.m.