R/base.R

Defines functions tell plot

Documented in plot tell

tell <- function(x, ...)
  UseMethod("tell")


 plot <- function(x, ...)
   UseMethod("plot")

Try the GPC package in your browser

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

GPC documentation built on May 30, 2017, 12:50 a.m.