This package contains ellipse drawing routines designed for pairwise
confidence regions, including distorted ellipses for nonlinear
regression regions.  It also includes a routine "plotcorr" for 
plotting correlation matrices using ellipses.

The examples require the MASS, nls and ts packages.

Release History:

0.2.12 (Jan 2004) - Bug fix for missing values in plotcorr, doc error

0.2.14 (Aug 2004) - Allowed separate colors for each ellipse in plotcorr
		    and fixed some .Rd errors.

0.2.15 (May 2005) - Allowed plotcorr to plot just upper or lower triangle
		    of matrix.
		    
0.3.1 (June 2005) - Added NAMESPACE, package overview topic

0.3.2 (Feb 2006)  - Remove deprecated install.R

0.3.3 (Nov 2006)  - Nicer colors in plotcorr() example (from Gregor Gorjanc)