rucl.plots: Create various plots from rucl objects

Description Usage Arguments Details Value Author(s) Examples

Description

Generic functions for producing plots based on rucl objects

Usage

1
2
3
4
5
6
plot.rucl(rucl)
barplot.rucl(rucl)
boxplot.rucl(rucl)
hist.rucl(rucl)
qqnorm.rucl(rucl)
timeplot(rucl, ...)

Arguments

rucl

A 'rucl' object as created by function ucl

Details

These are meant to be called by the generic functions "plot", "boxplot", "barplot", "hist", and "qqnorm".

Value

Calling plot will produce each of the other plots in turn.

Author(s)

Eric Bailey

Examples

1
2
3
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

ebailey78/rucl documentation built on May 15, 2019, 7:29 p.m.