R/a.R

################################################################################
#' Generic Plot
#' 
#' @param x x
#' @param y y
#' @param ... ...
#' 
#' @export
setGeneric("plot", function(x, y, ...){
  standardGeneric("plot")
})
JohnNay/agp documentation built on May 7, 2019, noon