##' 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"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.