R/getAllGraphicsFn.R

Defines functions getAllGraphicsFn

Documented in getAllGraphicsFn

##' @title Get All Functions of Graphics of ITGM
##' @description this function allows you to obtain all functions available in ITGM for model evaluation.
##' @return collection of functions graphics
##' @import Fgmutils
##' @export
getAllGraphicsFn <- function(){
  return(c(getggplot2GraphicObservadoXEstimado,
           getGraphicHistogram,
           getGraphicObservadoXEstimado,
           getGraphicResiduoAbs,
           getGraphicResiduoPerc,
           plotRB,
           getGraphicVolumeTotal,
           getggplot2GraphicObservadoXEstimadoTotal))
}

Try the ITGM package in your browser

Any scripts or data that you put into this service are public.

ITGM documentation built on Jan. 20, 2021, 5:06 p.m.