File: README

package info (click to toggle)
r-cran-ellipse 0.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 164 kB
  • sloc: makefile: 2
file content (36 lines) | stat: -rw-r--r-- 1,249 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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)

0.3.4 (Nov 2006)  - Update to strict test compliance

0.3.5 (Sep 2007)  - License clarification

0.3.6 (Apr 2009)  - Bug fix:  ... was not being passed from methods to
		   ellipse.default().
		   
0.3.7 (Mar 2012)  - Minor fix (clean up DESCRIPTION file)

0.3.8 (Apr 2013)  - Minor fix (no more \synopsis tag in help)
		    
0.4.1 (Jan 2018)  - At request of CRAN, added pairs() generic function to avoid
       clash with MASS::pairs.profile, and other minor cleanups.