Example Functions For Trellis Displays

USAGE:

example.xxxx() 

DESCRIPTION:

These example functions take no arguments and produce various trellis displays. Note that those marked "big data" are available only when the Big Data library is loaded.

DISTRIBUTIONS:


example.density         density plot. 
example.quantile        quantile plot. 
example.normal.qq       normal q-q plot. 
example.rfs             rfs (residuals and fitted values) plot. 
example.bwplot          box and whisker plot (also known as box plot). 
example.qqplot          q-q plot of two distributions. 
example.tmd             Tukey mean-difference plot. 
example.qqpool          q-q plots of several distributions with pooling. 
example.histo           histogram. 
example.strip           one-dimensional scatterplots. 
example.sl              sl plot. 
example.bd.density      big data density plot. 
example.bd.quantile     big data quantile plot. 
example.bd.normal.qq    big data normal q-q plot. 
example.bd.histo        big data histogram. 

BIVARIATE DATA:


example.calendar        scatterplots arranged like a calendar. 
example.smooth          scatterplot with loess fit that is banked 
                        to 45 degrees. 
example.slice.box       box plot with data grouped by a shingle. 
example.bd.smooth       big data scatterplot with loess fit that 
                        is banked to 45 degrees. 

TRIVARIATE DATA:


example.level           levelplot of data. 
example.level.fit       levelplot of fit. 
example.coplot.one      coplot of data with one conditioning shingle. 
example.given           given plot. 
example.contour         contour plot. 
example.levelplot       color level plot.  
example.wire            3-D wire-frame plot. 
example.wire2           3-D wire-frame plot with nine viewing angles. 
example.draping         3-D wire-frame plot with color draping. 
example.draping2        3-D color wire-frame plot, nine viewing angles. 
example.cloud           3-D point-cloud plot. 

HYPERVARIATE DATA:


example.coplot.two      coplot of data with two conditioning shingles. 
example.coplot.three    coplot of data with two conditioning shingles (panel separation). 
example.coplot.fit      coplot of function. 
example.coplot2.fit     coplot of function (rearranged). 
example.splom           scatterplot matrix. 
example.splom2          scatterplot matrix with superposition. 
example.splom3          scatterplot matrices with conditioning. 
example.parallel        parallel coordinates plots with conditioning. 

MULTIWAY DATA:


example.dotplot         dot plot. 
example.overplot        superposition of different data sets on panel. 

SCALES AND LAYOUT:


example.pages           more than one page is used (barley data). 
example.frames2         two displays on one page. 
example.difscale        vertical scales are different. 
example.units.cm        vertical scales have same number of units per cm. 
example.bd.difscale     big data vertical scales are different. 
example.bd.units.cm     big data vertical scales have same 
                        number of units per cm. 

DATA HANDLING:


example.shingle         make a shingle. 
example.reorder         reorder levels of a factor. 
example.oneway          oneway is used to fit. 
example.robust          quick and easy bisquare fitting. 
example.ecount          use equal count algorithm to make a shingle. 

VALUE:

in most cases, these functions return an object of class trellis. The print method for the class cause the object to be plotted.

EXAMPLES:

example.dotplot()