R/a.R

################################################################################
#' Generic Plot
#' 
#' This is the generic plotting function.
#' 
#' @param x x
#' @param y y
#' @param ... ...
#' 
#' @return Nothing
#' 
#' @export

setGeneric("plot", function(x, y, ...) standardGeneric("plot")) 
JohnNay/eat documentation built on May 7, 2019, noon