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(...)
}
Displayr/flipPictographs documentation built on Sept. 15, 2024, 12:07 a.m.