R/AllGenerics.R

##' plot method generics
##'
##'
##' @docType methods
##' @name plot
##' @rdname plot-methods
##' @title plot method
##' @param ... Additional argument list
##' @return plot
##' @importFrom stats4 plot
##' @export
##' @author Guangchuang Yu \url{http://ygc.name}
if ( !isGeneric("plot") )
	setGeneric("plot", function(x, ...) standardGeneric("plot"))
aiminy/ModifiedclusterProfiler documentation built on May 10, 2019, 7:37 a.m.