2005-08-31 12:28  nj7w (Nitin Jain)

	* DESCRIPTION: Added DESCRIPTION file

2005-08-31 12:27  nj7w (Nitin Jain)

	* DESCRIPTION.in: removed DESCRIPTION.in

2005-06-09 10:20  nj7w (Nitin Jain)

	* R/balloonplot.R, R/bandplot.R, R/boxplot.n.R, R/colorpanel.R,
	  R/heatmap.2.R, R/hist2d.R, R/lowess.R, R/ooplot.R, R/overplot.R,
	  R/plotCI.R, R/plotmeans.R, R/qqnorm.aov.R, R/residplot.R,
	  R/rich.color.R, R/sinkplot.R, R/smartlegend.R, R/space.R,
	  R/textplot.R, R/wapply.R, man/1, man/bandplot.Rd,
	  man/barplot2.Rd, man/boxplot.n.Rd, man/hist2d.Rd, man/lowess.Rd,
	  man/plotCI.Rd, man/plotmeans.Rd, man/residplot.Rd, man/space.Rd,
	  man/wapply.Rd: Updating the version number, and various help
	  files to synchronize splitting of gregmisc bundle in 4 individual
	  components.

2005-06-09 10:15  nj7w (Nitin Jain)

	* R/barplot2.R: Changes based on Marc Schwartz's suggestions to
	  handel 0's and NA's appropriately.

2005-05-13 14:59  nj7w (Nitin Jain)

	* man/heatmap.2.Rd: 1) Using dQuote.ascii function in read.xls as
	  the new version of dQuote doesn't work proprly with UTF-8 locale.
	  2) Modified CrossTable.Rd usage in gmodels 3) Modified heatmap.2
	  usage in gplots.

2005-04-04 10:23  tag release_2_0_6

2005-04-04 10:23  warnes

	* R/overplot.R: Explicitly reference package containing
	  lowess.formula in panel.overplot().  This should fix the error
	  reported by Troels Ring <tring@gvdnet.dk>.

2005-02-25 20:15  tag release_2_0_5

2005-02-25 20:15  nj7w (Nitin Jain)

	* R/heatmap.2.R, man/heatmap.2.Rd, man/rich.color.Rd,
	  man/sinkplot.Rd, man/textplot.Rd: [no log message]

2005-02-25 18:22  warnes

	* man/rich.color.Rd: Integrate changes submitted by Arni Magnusson

2005-02-25 17:31  warnes

	* NAMESPACE: Add dependency imports from 'stats' package.

2005-02-22 16:01  warnes

	* R/bandplot.R: Fix problem in passing graphical parameters
	  (xlim,etc).@

2005-02-08 11:41  warnes

	* DESCRIPTION.in: Improve package title.

2005-02-08 11:40  warnes

	* R/heatmap.2.R: Ignore missing values when computing symmetric
	  range.

2005-02-02 14:25  warnes

	* man/plotmeans.Rd: Add more extensive example.

2005-01-14 14:05  warnes

	* R/textplot.R: Code can be simplified because R now supports
	  selecting a fixed width font.

2005-01-12 15:50  warnes

	* DESCRIPTION.in: Add dependency on R 1.9.0+ to prevent poeple from
	  installing on old versions of R which don't support namespaces.

2004-11-29 20:06  warnes

	* R/heatmap.2.R, man/heatmap.2.Rd: 1. Add new parameters for
	  controlling color key: - If `symkey==TRUE', the color key will be
	  made symmetric about 0.  - The `densadj' parameter can be used to
	  modify the smoother width   (see the `adjust' parameter under
	  `help(density)') for the density   plotted in the key.

	  2. Fix handling of rowsep/colsep.

	  3. Vector of length 2 giving the width (colsep) or height
	  (rowsep) the separator box	drawn by colsep and rowsep as a
	  function of the width (colsep) or    height (rowsep) of a cell.

	  4. Appropriate changes to the corresponding help page, plus some
	    minor formatting changes.

2004-11-03 14:43  warnes

	* R/heatmap.2.R: Fix bugs in layout of cell notes.  They were being
	  plotted top down rather than bottom up.  Further reordering of
	  the x matrix didn't also reorder the notes.  Both issues should
	  now be resolved.

2004-09-27 17:01  tag rel_2_0_0

2004-09-27 17:01  warneg

	* DESCRIPTION, DESCRIPTION.in, man/sinkplot.Rd, man/textplot.Rd:
	  Updated to pass R CMD check.

2004-09-03 18:50  warneg

	* man/textplot.Rd: Provide explicit package for call to nobs.

2004-09-03 18:50  warneg

	* man/heatmap.2.Rd: Fix typos.

2004-09-03 13:27  warneg

	* DESCRIPTION, NAMESPACE, R/balloonplot.R, R/bandplot.R,
	  R/barplot2.R, R/boxplot.n.R, R/colorpanel.R, R/heatmap.2.R,
	  R/hist2d.R, R/lowess.R, R/ooplot.R, R/overplot.R, R/plotCI.R,
	  R/plotmeans.R, R/qqnorm.aov.R, R/residplot.R, R/rich.color.R,
	  R/sinkplot.R, R/smartlegend.R, R/space.R, R/textplot.R,
	  R/wapply.R: initial bundle checkin

2004-09-02 13:14  tag initial

2004-09-02 13:14  warneg

	* DESCRIPTION, DESCRIPTION.in, NAMESPACE, man/1, man/residplot.Rd:
	  Initial revision

2004-09-02 13:14  warneg

	* DESCRIPTION, DESCRIPTION.in, NAMESPACE, man/1, man/residplot.Rd:
	  [no log message]

2004-07-29 10:48  warnes

	* R/plotCI.R, man/plotCI.Rd: Integrate changes from the version of
	  plotCI maintained by Martin Maechler.

2004-06-30 15:32  warnes

	* R/textplot.R: Remove commented-out code.

2004-06-30 15:26  warnes

	* R/textplot.R: Fixed text size calculations

2004-06-28 16:16  warnes

	* R/barplot2.R, man/barplot2.Rd: - Default 2-d color set to grey as
	  in (v2.0.0) r-devel - The default (v1.9.1) barplot method now
	  handles vectors and 1-d arrays   (e.g., obtained by table()) the
	  same, and uses grey instead of   heat color palettes in these
	  cases.  (Also fixes PR#6776.) - Updated to reflect the addition
	  of 'offset' argument in base - Fix bug in stacked barplots, which
	  would not be plotted properly

2004-06-24 12:57  warnes

	* R/heatmap.2.R, man/heatmap.2.Rd: Add ability to specify color of
	  NA cells.

2004-05-27 11:11  tag rel_1_11_0

2004-05-27 11:11  tag rel_1_11_1

2004-05-27 11:11  tag rel_1_11_2

2004-05-27 11:11  warnes

	* man/plotCI.Rd: Fix spelling error.

2004-05-26 10:56  warnes

	* R/overplot.R: One more fix to get it right.

2004-05-26 09:50  warnes

	* R/overplot.R: Use triple-colon operator ':::' to access
	  plot.formula from the graphics package.

2004-05-26 09:19  warnes

	* man/rich.color.Rd: Replace 'F' by 'FALSE' to pass R CMD check.

2004-05-25 14:32  warnes

	* R/overplot.R: Work around bug in R 1.9.X due to plot.formula()
	  not having the same arguments as plot().

2004-05-25 13:33  warnes

	* R/rich.color.R, man/rich.color.Rd: Add rich.colors() submitted by
	  Arni Magnusson <arnima@u.washington.edu>.

2004-05-24 22:58  warnes

	* R/ooplot.R, man/ooplot.Rd: ??

2004-05-24 19:43  warnes

	* R/: plotCI.R, plotmeans.R: Modified to use invalid() to check
	  arguments instead of missing().  This fixes some build errors
	  under R-1.9.0-Patched.

2004-04-22 11:44  warnes

	* R/ooplot.R, man/ooplot.Rd: Integrate changes from Lodewijk
	  Bonebakker <bonebakker@comcast.net>

2004-04-13 09:42  warnes

	* R/space.R, man/space.Rd: Add ability to space points along 'y'
	  direction.

2004-04-02 14:06  tag gregmisc_0_10_2

2004-04-02 14:06  warnes

	* R/smartlegend.R: Fixed smartlegend() positioning when x and/or y
	  axis are log-scale.

2004-03-30 14:04  warnes

	* R/textplot.R: - Fix bug in textplot() reported by Wright, Kevin
	  <kevin.d.wright@pioneer.com>.

2004-03-26 17:27  warnes

	* man/textplot.Rd: Update to match changes in textplot() code.

2004-03-26 17:25  warnes

	* man/ooplot.Rd: Remove Windows EOL characters.

2004-03-26 17:20  warnes

	* man/barplot2.Rd: - Remove some commented-out code.  - Remove cvs
	  log tag.

2004-03-26 17:16  warnes

	* R/textplot.R: Misc changes.

2004-02-17 17:22  warnes

	* man/ooplot.Rd: Minor fix to ooplot documentation.

2004-02-17 17:21  warnes

	* R/ooplot.R, man/ooplot.Rd: Integrate ooplot updates provided by
	  Lodewijk Bonebakker <bonebakker@comcast.net>

2004-02-02 11:26  tag gregmisc_0_8_9

2004-02-02 11:26  warnes

	* R/colorpanel.R, man/colorpanel.Rd:
	  - Add colorpanel function, which generates a smoothly varying
	  band of   colors over a three color range (lo, mid, high).

2004-01-21 07:07  tag rel_0_8_8

2004-01-21 07:07  warnes

	* man/textplot.Rd: - Correct arguments to halign to match code.

2004-01-21 00:17  warnes

	* R/lowess.R: Track R 1.9.0's move of 'lowess' from the base
	  package to the (new) stats package.

2004-01-20 23:44  warnes

	* man/sinkplot.Rd: - Fix sinkplot() example by replacing 'T' with
	  'TRUE'.

2004-01-20 23:42  warnes

	* man/ooplot.Rd: - Add some more details to the ooplot()
	  documentation.  The	documentation is *not* complete.

2004-01-20 23:31  warnes

	* R/textplot.R: - Mark sprint() as depreciated.  - Replace
	  references to sprint with capture.output() - Use match.arg for
	  halign and valign arguments to textplot.default.  - Fix
	  textplot.character so that a vector of characters is properly
	  displayed. Previouslt, character vectors were plotted on top of
	  each	 other.

2004-01-19 18:43  warnes

	* R/sinkplot.R, man/sinkplot.Rd:
	  New function sinkplot(), as requested on R-devel by Kevin Wright
	  <kwright@eskimo.com> in
	  https://www.stat.math.ethz.ch/pipermail/r-devel/2004-January/028483.html.

2004-01-15 00:14  warnes

	* R/ooplot.R, man/ooplot.Rd:
	  Add initial code and docs for ooplot() function submitted by
	  Lodewijk Bonebakker <bonebakker@comcast.net>.

2003-12-02 21:46  tag rel_0_8_7

2003-12-02 21:46  warnes

	* man/: lowess.Rd, textplot.Rd, wapply.Rd: - match function
	  argument defaults with 'usage'

2003-12-02 21:42  tag rel_0_8_5

2003-12-02 21:42  warnes

	* R/heatmap.2.R, man/heatmap.2.Rd:
	  - Fix buglets in heatmap function - Make a slight enhancement to
	  the example code.

2003-12-02 17:49  warnes

	* R/heatmap.2.R:
	  Integrated some suggestions from Sean Davis
	  <sdavis2@mail.nih.gov>.

2003-12-02 13:22  warnes

	* man/heatmap.2.Rd: - Make final example use 16 colors instead of
	  8.  This looks nicer.

2003-12-02 11:58  warnes

	* man/barplot2.Rd:
	  - Remove '%' character from example code to avoid errors.

2003-12-02 11:54  warnes

	* R/plotCI.R:
	  - Add '...' parameter to call to text to allow user to control
	  size/color/etc.

2003-12-01 11:00  warnes

	* man/barplot2.Rd:
	  - updated to match changes to barplot() in base.

2003-12-01 10:59  warnes

	* data/rtPCR.rda:
	  - Renamed rtPCR.Rda to rtPCR.rda so that R will properly load the
	  file	 when data(rtPCR) is executed.

2003-12-01 10:55  warnes

	* R/barplot2.R:
	  - Follow patches applied to barplot() in base.

2003-11-24 16:32  warnes

	* man/heatmap.2.Rd:
	  Fix unbalanced braces.

2003-11-24 10:09  warnes

	* R/overplot.R, man/overplot.Rd:
	  Fix errors reported by R CMD check.

2003-11-21 18:13  warnes

	* man/overplot.Rd:
	  Added missing closing brace.

2003-11-21 18:08  warnes

	* man/rtPCR.Rd:
	  Initial addition of these files.  Used in examples of overplot().

2003-11-21 17:59  warnes

	* R/heatmap.2.R, man/heatmap.2.Rd:
	  Applied my enhancements to the heatmap() code from R 1.8.0, and
	  added documentation of these changes.

2003-11-21 17:58  warnes

	* R/overplot.R, man/overplot.Rd:
	  - Discovered that axis(N) does the right thing without needing to
	  be   given location for tick marks.  This allowed simplification
	  of the code.

	  - Minor other changes for distribution

	  - Addition of overplot.Rd documentation.

2003-11-21 14:50  warnes

	* R/heatmap.2.R, man/heatmap.2.Rd:
	  - Integrated my extensions into the R 1.8.0 version of heatmap.
	  - Add Rd documentation.

2003-11-19 09:52  warnes

	* man/bandplot.Rd:
	  Remove extranious NULL that confused R CMD check.

2003-11-18 13:59  warnes

	* man/barplot2.Rd:
	  - Tiny fix to remove R CMD check error.

2003-11-18 13:58  warnes

	* man/smartlegend.Rd:
	  - Added missing closing brace.

2003-11-18 13:45  warnes

	* R/overplot.R:
	  - Convert from MS-Dos to Unix line endings.  - Reformat to 80
	  columns.

2003-11-10 17:11  warnes

	* R/: heatmap.2.R, overplot.R, plotmeans.R, space.R, wapply.R:
	  - Add files contributed by Arni Magnusson
	  <arnima@u.washington.edu>. As well as some of my own.

2003-08-19 10:58  warnes

	* R/heatmap.2.R:
	  - Copy of local changes.

2003-08-19 10:57  warnes

	* R/heatmap.2.R:
	  - Checkin before re-integrating local changes.

2003-06-19 17:23  warnes

	* R/heatmap.2.R:
	  - Added enhanced heatmap function.

2003-06-09 11:10  warnes

	* man/smartlegend.Rd:
	  - Add help text for smartlegend.

2003-06-09 10:57  warnes

	* R/smartlegend.R: - New function smartlegend().

2003-04-22 13:28  tag rel_0_8_4

2003-04-22 13:28  warnes

	* R/plotmeans.R:
	  - Fixeed warning messing caused when 'connect' is a vector.

2003-04-22 11:34  warnes

	* R/barplot2.R: Update from Marc Schwartz, modified by Gregory
	  Warnes:

	  -  Modified dim() checks for 'ci.l' and 'ci.u' against 'height'
	   to remove R v1.7.0 if() based error msgs for vector conditions.

2003-04-04 08:49  tag rel_0_8_3

2003-04-04 08:49  warnes

	* R/balloonplot.R, man/qqnorm.aov.Rd:
	  - Change occurences of 'T' to 'TRUE'

2003-04-04 08:44  warnes

	* man/textplot.Rd:
	  - Updated to match changes in textplot function:   - Added
	  textplot.character   - Renamed arguments "col.margin" and
	  "row.margin" to "cmar", and	  "rmar" so that specifying
	  "col='red'" is possible.  - Fixed R CMD check errors - Improve
	  comments in example - Add textplot.matrix example

2003-04-04 08:41  warnes

	* R/textplot.R:

	  - Added textplot.character to handle character strings.  - Moved
	  test for vector and matrix arguments to textplot.default.  -
	  Renamed arguments "col.margin" and "row.margin" to "cmar", and
	  "rmar" so that specifying "col='red'" is possible.

2003-04-02 17:29  warnes

	* R/textplot.R, man/textplot.Rd:
	  - Added textplot function and friends, as well as documentation.

2003-03-08 11:30  tag rel_0_8_2

2003-03-08 11:30  warnes

	* man/balloonplot.Rd:
	  - Forgot to update arglist in \usage section.

2003-03-08 11:22  warnes

	* R/balloonplot.R, man/balloonplot.Rd:
	  - Added parameters for rotation of and amount of space allocated
	  for	the row and column labels.

2003-03-07 10:48  warnes

	* R/: hist2d.R, qqnorm.aov.R:
	  - Minor changes to code to allow the package to be provided as an
	  S-Plus chapter.

2003-03-07 10:43  warnes

	* R/lowess.R: - Add 'NULL' as the last element of if statement that
	  defines   lowess.default so that when the file is sourced, S-Plus
	  doesn't   display the function definition.

2003-03-07 10:41  warnes

	* R/lowess.R:
	  - Specify where the defualt lowess function should be found.	-
	  Use getFunction in S-Plus instead of 'get'

2003-01-30 16:43  tag rel_0_8_0

2003-01-30 16:43  warnes

	* R/barplot2.R, man/barplot2.Rd:
	  - Added argument 'add' to allow for the addition of a barplot to
	  an   existing graphic. Default is FALSE

2003-01-20 13:35  warnes

	* R/balloonplot.R, man/balloonplot.Rd:
	  - Updated balloonplot help page.

2003-01-20 12:13  warnes

	* R/wapply.R, man/wapply.Rd:
	  - Updated wapply.R to allow specification of evaluation points
	  when	 method is 'width' or 'range' using the 'pts' argument.  -
	  Updated wapply.Rd to add 'pts' argument - Fixed typos, spelling
	  errors, gramatical errors and lack of clarity   in wapply.Rd help
	  text.

2003-01-03 16:34  warnes

	* R/balloonplot.R, man/balloonplot.Rd: - Initial checkin of
	  balloonplot functions and documentation.

2003-01-03 14:23  warnes

	* man/space.Rd: - Added reference to and comparison example of
	  sunflowerplot.  - Added code to put example plots on same plot
	  window using par(mfrow=...).

2003-01-02 11:09  tag rel_0_7_5

2003-01-02 11:09  warnes

	* R/barplot2.R:
	  - Changed assignment statements that used "=" to "<-" to avoid
	  syntax   errors in older versions of the S language.

2003-01-02 11:07  warnes

	* R/lowess.R:
	  - Added wrapper code so that R-specific fiddling won't be
	  executed   under S-Plus.

2003-01-02 10:40  warnes

	* R/qqnorm.aov.R, man/qqnorm.aov.Rd: - Renamed first parameter to
	  match qqnorm generic.

2003-01-02 10:14  warnes

	* man/qqnorm.aov.Rd: Added additional help text from Kjeitl.

2002-12-31 14:50  warnes

	* R/qqnorm.aov.R, man/qqnorm.aov.Rd: Initial checkin of qqnorm.aov
	  function and documentation submitted by Kjetil Halvorsen
	  <kjetilh@jupiter.umsanet.edu.bo>.

2002-11-04 09:21  warnes

	* R/barplot2.R, man/barplot2.Rd: Updates from Marc Schwartz:

	  - Updated underlying code to be based upon the new barplot() in R
	  v1.6.1 - This now uses the 'axis.lty' and 'border' arguments - In
	  R v1.6.0, R Core introduced a new function called axTicks().
	  This is an R equivalent of the C code for CreateAtVector in
	  plot.c.    This now enables me to get the axis tick mark
	  positions consistently    when the 'height' related axis is
	  either linear or log.  Thus, I can	now have consistent tick
	  marks and can plot grid lines in either    situation.  If
	  'plot.grid = TRUE' and 'grid.inc' is specified, then	  I still
	  use pretty() to determine the tick marks and lines.  - This code
	  now depends on R 1.6.0 or later.

2002-10-29 21:21  tag rel_0_7_3

2002-10-29 21:21  warnes

	* R/plot.lm.R:
	  - Commented out plot.lm() code since recent changes in R have
	  broken it.

2002-10-11 14:02  tag rel_0_7_2

2002-10-11 14:02  warnes

	* R/barplot2.R:
	  - Fixed log scale errors in legend() call

2002-10-01 14:16  warnes

	* man/hist2d.Rd:
	  - Added examples of using 'contour' and 'filled.contour' for
	  display.

2002-09-24 10:53  tag rel_0_7_0

2002-09-24 10:53  warnes

	* R/plotmeans.R:
	  - Changed digits=options("digits") which produces a list of
	  length 1   to digits=getOption("digits") which returns a vector
	  of length one.    The former was causing an error when passed to
	  round().

2002-09-23 10:27  tag rel_0_6_0

2002-09-23 10:27  warnes

	* man/barplot2.Rd:
	  - Fixed syntax errors in barplot2.Rd and CrossTable.Rd - Fixed
	  incorrect translation of 'F' (distribution) to 'FALSE' in
	  glh.test.Rd

2002-09-23 09:59  warnes

	* R/boxplot.n.R, R/hist2d.R, R/lowess.R, R/residplot.R,
	  man/bandplot.Rd, man/hist2d.Rd, man/lowess.Rd, man/plotCI.Rd,
	  man/space.Rd: - Modified all files to include CVS Id and Log
	  tags.

2002-09-23 09:38  warnes

	* R/barplot2.R, man/barplot2.Rd:
	  - Added CrossTable() and barplot2() code and docs contributed by
	  Marc Schwartz.  - Permit combinations() to be used when r>n
	  provided repeat.allowed=TRUE - Bumped up version number

2002-08-01 15:37  tag rel_0_5_5

2002-08-01 15:37  warnes

	* R/: hist2d.R, wapply.R:
	  - Corrected documentation mismatch for ci, ci.default.

	  - Replaced all occurences of '_' for assignment with '<-'.

	  - Replaced all occurences of 'T' or 'F' for 'TRUE' and 'FALSE'
	  with	 the spelled out version.

	  - Updaded version number and date.

2002-04-08 20:51  tag rel_0_5_3

2002-04-08 20:51  tag rel_0_5_4

2002-04-08 20:51  warneg

	* R/bandplot.R, R/boxplot.n.R, R/hist2d.R, R/plot.lm.R, R/plotCI.R,
	  R/plotmeans.R, R/residplot.R, R/space.R, R/wapply.R,
	  man/bandplot.Rd, man/boxplot.n.Rd, man/hist2d.Rd,
	  man/plotmeans.Rd, man/space.Rd, man/wapply.Rd:
	  Checkin for version 0.5.3

2002-03-27 15:51  warneg

	* man/lowess.Rd:
	  Added "..." argument to lowess.default.

2002-03-27 14:48  warneg

	* R/lowess.R: - Added code to append "..." to the argument list of
	  lowess.default.

	  - Fixed a wrong default for f in lowess.formula.  Was 3, but
	  should   have been 2/3.

2002-03-26 16:22  tag rel_0_5_1

2002-03-26 16:22  warneg

	* R/lowess.R, man/lowess.Rd:
	  - Changed methods to include '...' to match the generic.  -
	  Updated for version 0.5.1

2002-03-26 14:24  warneg

	* man/hist2d.Rd:
	  Initial checkin.

2002-03-19 23:17  warneg

	* R/plotmeans.R: - Changes to add compatibility with S-Plus 2000

2002-03-19 23:16  warneg

	* R/plotCI.R: - Changes to add compatibility with S-Plus 2000.

2002-03-19 22:48  warneg

	* R/boxplot.n.R:
	  - Updated to work in S-Plus 2000 as well as R.

2002-03-05 11:44  warneg

	* R/plotmeans.R: - Replace "T" with "TRUE".  Problems arrive when
	  there is a variable named "T".

2002-02-20 15:09  warneg

	* man/: lowess.Rd, plotCI.Rd, space.Rd:
	  Minor changes, typo and formatting fixes.

2002-02-20 15:06  warneg

	* R/bandplot.R, man/bandplot.Rd:
	  - Generalized to allow specification of the multiples of the
	  standard deviation levels to be plotted (0=mean, 1=1 sd, ..).  -
	  Now (invisibly) returnes computed smooths.

2002-02-16 13:16  warneg

	* man/bandplot.Rd:
	  Added bandplot documentation.

2002-02-16 12:58  warneg

	* R/wapply.R:
	  - Fixed Bug: When method=="range", the absolute range of x was
	  being   used to compute the relative width instead of the
	  (correct) relative   range.

2002-02-16 12:23  warneg

	* R/wapply.R:
	  - Corrected problem removing missing values: The missing values
	  of $x   and $y were being removed indepdendently, leaving an
	  uneven number   of points in the result.

2002-02-04 18:20  warneg

	* R/space.R:
	  - Add na.rm parameter and make the default TRUE.

2002-02-04 18:19  warneg

	* R/hist2d.R:
	  Initial checkin.

2002-02-04 14:12  warneg

	* R/plotCI.R:
	  - When err="x", 'col' was being used to plot bars, rather than
	  'barcol'.

2002-02-04 14:09  warneg

	* R/plotCI.R:
	  - fixed typo, when err="x", lty was 'slty' causing an error.

2001-12-11 20:41  tag rel_0_5_0

2001-12-11 20:41  warneg

	* man/space.Rd:
	  - Quoted underscore character in my email address.  - Added
	  correct keyword.

2001-12-11 20:37  warneg

	* man/plotmeans.Rd:
	  Added documentation for xaxt parameter.

2001-12-11 20:34  warneg

	* R/lowess.R:
	  Updated to explicitly list control arguments to lowess.formula.

2001-12-11 20:34  warneg

	* man/lowess.Rd:
	  Initial checkin.  Code copied from R source package and extended.

2001-12-07 18:34  warneg

	* man/wapply.Rd:
	  Fixed an problem where \code was incorrectly delimited by parens
	  rather than curly brackets.

2001-12-07 17:33  warneg

	* R/: lowess.R, plot.lm.R, residplot.R:
	  Initial checkin.

2001-12-07 17:29  warneg

	* man/space.Rd:
	  Initial checkin.

2001-12-07 17:24  warneg

	* R/space.R:
	  - Added cvs tags.

2001-12-07 17:23  warneg

	* R/space.R:
	  - Leave first point at center, rather than shifting by s/2 to the
	  left.  This looks better when there are more than 2 'spaced'
	  points.

2001-12-05 14:49  warneg

	* R/plotmeans.R: - Added ability to use the t-distribution to
	  compute confidence   intervals.  This is controlled using the
	  'use.t' parameter.

2001-12-05 14:41  warneg

	* man/plotmeans.Rd: - Added documentation of use.t parameter.

2001-12-05 14:36  warneg

	* man/wapply.Rd:  - Clarified how the width of the window is
	  computed when method="nobs".

2001-12-05 14:29  warneg

	* R/wapply.R:
	  - Added a better default for "width" when method="nobs".  For
	  this case,   width=max(5, length(x)/10).

	  - Allow omission of x values which result in missing y values via
	    'drop.na' parameter.

2001-10-25 22:48  warneg

	* R/plotmeans.R:
	  Added correct handling of 'xaxt="n"'.

2001-10-16 19:15  warneg

	* man/wapply.Rd:
	  Fixed unbalanced brace.

2001-10-16 19:06  warneg

	* man/plotCI.Rd:
	  Added minbar and maxbar parameters.

2001-10-16 19:04  warneg

	* man/plotmeans.Rd:
	  Forgot to add minbar and maxbar to usage section.

2001-10-16 19:03  warneg

	* man/plotmeans.Rd:
	  Added description of minbar and maxbar.

2001-10-16 19:00  warneg

	* R/plotCI.R:
	  - Added minbar and maxbar parameters - Added cvs id and log tags
	  to header

2001-10-16 18:59  warneg

	* R/plotmeans.R:
	  Added cvs id and log tag to file header

2001-10-16 18:57  warneg

	* R/plotmeans.R:
	  Added minbar and maxbar parameters.

2001-10-16 18:35  warneg

	* man/plotmeans.Rd:
	  Added description of minsd parameter.

2001-10-16 18:35  warneg

	* R/plotmeans.R: Added minsd parameter.

2001-09-18 10:15  warneg

	* R/: plotCI.R, plotmeans.R:
	  Release 0.3.2

2001-08-31 20:01  warneg

	* man/wapply.Rd: Release 0.3.0

2001-08-31 19:45  warneg

	* R/wapply.R: Used wrong character in header (% instead of #).
	  Fixed.

2001-08-31 19:41  warneg

	* R/bandplot.R:
	  Used wrong comment character (% instead of #) in header.  Fixed.

2001-08-25 01:48  warneg

	* R/wapply.R: Initial checkin.

2001-08-25 01:46  warneg

	* man/: boxplot.n.Rd, plotmeans.Rd: Added CVS header.

2001-08-25 01:45  warneg

	* man/wapply.Rd: Initial Checkin

2001-05-30 09:23  tag null

2001-05-30 09:23  warneg

	* R/boxplot.n.R, R/plotCI.R, R/plotmeans.R, man/boxplot.n.Rd,
	  man/plotCI.Rd, man/plotmeans.Rd:
	  Initial CVS import

2001-05-30 09:23  warneg

	* R/boxplot.n.R, R/plotCI.R, R/plotmeans.R, man/boxplot.n.Rd,
	  man/plotCI.Rd, man/plotmeans.Rd: Initial revision

