R/AllGenerics.R

# AllGenerics.R:  Generic function definitions for Messina
# 
# Copyright 2014 Mark Pinese
#
# This file is distributed under the terms of the Eclipse Public 
# License v1.0, available at:
# https://www.eclipse.org/org/documents/epl-v10.html

#' @import graphics
if (!isGeneric("plot"))
{
	setGeneric("plot", function(x, y, ...) standardGeneric("plot"))
}

Try the messina package in your browser

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

messina documentation built on Nov. 8, 2020, 7:47 p.m.