R/generica.R

#'@title Generic functions
#'@rdname generic
#'@name Generic function templates
#'@description Generic functions for use with other packages
#'@param ... parameters passed to class methods.
#'@details
#'  \code{summaryplot} plot a summary of some data
#'@author Ute Hahn,  \email{ute@@imf.au.dk}
NA

#'@rdname generic
#' @export

summaryplot <- function(...) UseMethod("summaryplot")

Try the plottools package in your browser

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

plottools documentation built on May 2, 2019, 4:23 p.m.