R/fra_gnrc.R

################################################
## FRACTAL package generic functionality
##
##  Functions:
##
##    eda.plot
##    print.summary
##
################################################

###
# eda.plot
##

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

###
# print.summary
###

"print.summary" <- function(x, ...)
  UseMethod("print.summary")

Try the fractal package in your browser

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

fractal documentation built on May 2, 2019, 6:07 p.m.