[R-gregmisc-users] SF.net SVN: r-gregmisc:[1319] trunk/gplots/man
Brought to you by:
warnes
From: <wa...@us...> - 2009-05-08 22:01:18
|
Revision: 1319 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1319&view=rev Author: warnes Date: 2009-05-08 22:01:12 +0000 (Fri, 08 May 2009) Log Message: ----------- Update Greg's email address to 'gr...@ra...' Modified Paths: -------------- trunk/gplots/man/balloonplot.Rd trunk/gplots/man/bandplot.Rd trunk/gplots/man/boxplot.n.Rd trunk/gplots/man/colorpanel.Rd trunk/gplots/man/hist2d.Rd trunk/gplots/man/ooplot.Rd trunk/gplots/man/overplot.Rd trunk/gplots/man/plot.lm2.Rd trunk/gplots/man/plotCI.Rd trunk/gplots/man/plotmeans.Rd trunk/gplots/man/residplot.Rd trunk/gplots/man/sinkplot.Rd trunk/gplots/man/smartlegend.Rd trunk/gplots/man/space.Rd trunk/gplots/man/textplot.Rd trunk/gplots/man/wapply.Rd Modified: trunk/gplots/man/balloonplot.Rd =================================================================== --- trunk/gplots/man/balloonplot.Rd 2009-05-08 21:56:38 UTC (rev 1318) +++ trunk/gplots/man/balloonplot.Rd 2009-05-08 22:01:12 UTC (rev 1319) @@ -118,7 +118,7 @@ \references{Function inspired by question posed on R-help by Ramon Alonso-Allende \email{al...@cn...}.} -\author{ Gregory R. Warnes \email{wa...@bs...} } +\author{ Gregory R. Warnes \email{gr...@ra...} } \seealso{ \code{\link{plot.table}} } Modified: trunk/gplots/man/bandplot.Rd =================================================================== --- trunk/gplots/man/bandplot.Rd 2009-05-08 21:56:38 UTC (rev 1318) +++ trunk/gplots/man/bandplot.Rd 2009-05-08 22:01:12 UTC (rev 1319) @@ -60,7 +60,7 @@ \value{ Invisibly returns a list containing the x,y points plotted for each line. } -\author{ Gregory R. Warnes \email{wa...@bs...} +\author{ Gregory R. Warnes \email{gr...@ra...} } \seealso{ \code{\link{wapply}}, \code{\link{lowess}}} \examples{ Modified: trunk/gplots/man/boxplot.n.Rd =================================================================== --- trunk/gplots/man/boxplot.n.Rd 2009-05-08 21:56:38 UTC (rev 1318) +++ trunk/gplots/man/boxplot.n.Rd 2009-05-08 22:01:12 UTC (rev 1319) @@ -38,7 +38,7 @@ \item{shrink}{ value to shrink character size (cex) when annotating.} \item{textcolor}{ text color. } } -\author{ Gregory R. Warnes \email{wa...@bs...}} +\author{ Gregory R. Warnes \email{gr...@ra...}} \seealso{ \code{\link{boxplot}}, \code{\link{text}}} \examples{ Modified: trunk/gplots/man/colorpanel.Rd =================================================================== --- trunk/gplots/man/colorpanel.Rd 2009-05-08 21:56:38 UTC (rev 1318) +++ trunk/gplots/man/colorpanel.Rd 2009-05-08 22:01:12 UTC (rev 1319) @@ -42,7 +42,7 @@ \value{ Vector of HTML-style RGB colors. } -\author{ Gregory R. Warnes \email{wa...@bs...} } +\author{ Gregory R. Warnes \email{gr...@ra...} } \seealso{ \code{\link[base]{colors} } } \examples{ Modified: trunk/gplots/man/hist2d.Rd =================================================================== --- trunk/gplots/man/hist2d.Rd 2009-05-08 21:56:38 UTC (rev 1318) +++ trunk/gplots/man/hist2d.Rd 2009-05-08 22:01:12 UTC (rev 1319) @@ -63,7 +63,7 @@ \item{y}{lower y limit of each bin} } %\references{ ~put references to the literature/web site here ~ } -\author{ Gregory R. Warnes \email{wa...@bs...}} +\author{ Gregory R. Warnes \email{gr...@ra...}} %\note{ ~~further notes~~ } \seealso{ \code{\link{image}}, \code{\link{persp}}, \code{\link{hist}} } Modified: trunk/gplots/man/ooplot.Rd =================================================================== --- trunk/gplots/man/ooplot.Rd 2009-05-08 21:56:38 UTC (rev 1318) +++ trunk/gplots/man/ooplot.Rd 2009-05-08 22:01:12 UTC (rev 1319) @@ -157,7 +157,7 @@ midpoints of each \emph{group} of bars, see example. } \author{Lodewijk Bonebakker \email{bon...@co...} with modifications - by Gregory R. Warnes \email{wa...@bs...}. + by Gregory R. Warnes \email{gr...@ra...}. Based on barplot2(). } \seealso{ \code{\link[plot]{plot}}, \code{\link[plot]{boxplot}} } Modified: trunk/gplots/man/overplot.Rd =================================================================== --- trunk/gplots/man/overplot.Rd 2009-05-08 21:56:38 UTC (rev 1318) +++ trunk/gplots/man/overplot.Rd 2009-05-08 22:01:12 UTC (rev 1319) @@ -55,7 +55,7 @@ \value{ A copy of the data split by the conditioning variable. } -\author{ Gregory R. Warnes \email{wa...@bs...} } +\author{ Gregory R. Warnes \email{gr...@ra...} } \seealso{ \code{\link[base]{interaction.plot}}, \code{\link[base]{coplot}} for alternative visualizations of 3-way data.} Modified: trunk/gplots/man/plot.lm2.Rd =================================================================== --- trunk/gplots/man/plot.lm2.Rd 2009-05-08 21:56:38 UTC (rev 1318) +++ trunk/gplots/man/plot.lm2.Rd 2009-05-08 22:01:12 UTC (rev 1319) @@ -53,7 +53,7 @@ \item{width}{Fraction of the data to use for plot smooths} \item{max.n}{Maximum number of points to display in plots} } -\author{Gregory R. Warnes \email{wa...@bs...} and Nitin +\author{Gregory R. Warnes \email{gr...@ra...} and Nitin Jain \email{nit...@pf...}} \examples{ ctl <- rnorm(100, 4) Modified: trunk/gplots/man/plotCI.Rd =================================================================== --- trunk/gplots/man/plotCI.Rd 2009-05-08 21:56:38 UTC (rev 1318) +++ trunk/gplots/man/plotCI.Rd 2009-05-08 22:01:12 UTC (rev 1319) @@ -115,7 +115,7 @@ Sep. 20, 1997. Enhanced version posted to r-help by Ben Bolker \email{be...@zo...} on Apr. 16, 2001. This version was modified and extended by Gregory R. Warnes - \email{wa...@bs...}. Additional changes + \email{gr...@ra...}. Additional changes suggested by Martin Maechler \email{mae...@st...} integrated on July 29, 2004. } Modified: trunk/gplots/man/plotmeans.Rd =================================================================== --- trunk/gplots/man/plotmeans.Rd 2009-05-08 21:56:38 UTC (rev 1318) +++ trunk/gplots/man/plotmeans.Rd 2009-05-08 22:01:12 UTC (rev 1319) @@ -137,7 +137,7 @@ } -\author{Gregory R. Warnes \email{wa...@bs...}} +\author{Gregory R. Warnes \email{gr...@ra...}} \seealso{\code{\link{plotCI}}, \code{\link{boxplot}}} Modified: trunk/gplots/man/residplot.Rd =================================================================== --- trunk/gplots/man/residplot.Rd 2009-05-08 21:56:38 UTC (rev 1318) +++ trunk/gplots/man/residplot.Rd 2009-05-08 22:01:12 UTC (rev 1319) @@ -20,5 +20,5 @@ These functions are undocumented. Some are internal and not intended for direct use. Others simply haven't been documented yet. } -\author{Gregory R. Warnes \email{wa...@bs...}} +\author{Gregory R. Warnes \email{gr...@ra...}} \keyword{misc} Modified: trunk/gplots/man/sinkplot.Rd =================================================================== --- trunk/gplots/man/sinkplot.Rd 2009-05-08 21:56:38 UTC (rev 1318) +++ trunk/gplots/man/sinkplot.Rd 2009-05-08 22:01:12 UTC (rev 1319) @@ -32,7 +32,7 @@ \references{Functionality requested by Kevin Wright \email{kw...@es...} in the R-devel newlist posting \url{https://www.stat.math.ethz.ch/pipermail/r-devel/2004-January/028483.html}} -\author{ Gregory R. Warnes \email{wa...@bs...} } +\author{ Gregory R. Warnes \email{gr...@ra...} } \seealso{ \code{\link[utils]{capture.output}}, \code{\link{textplot}} } \examples{ \dontrun{ Modified: trunk/gplots/man/smartlegend.Rd =================================================================== --- trunk/gplots/man/smartlegend.Rd 2009-05-08 21:56:38 UTC (rev 1318) +++ trunk/gplots/man/smartlegend.Rd 2009-05-08 22:01:12 UTC (rev 1319) @@ -23,7 +23,7 @@ \value{ Same as \code{legend} } -\author{Gregory R. Warnes \email{wa...@bs...} } +\author{Gregory R. Warnes \email{gr...@ra...} } \seealso{ \code{\link[base]{legend}} } \examples{ Modified: trunk/gplots/man/space.Rd =================================================================== --- trunk/gplots/man/space.Rd 2009-05-08 21:56:38 UTC (rev 1318) +++ trunk/gplots/man/space.Rd 2009-05-08 22:01:12 UTC (rev 1319) @@ -63,7 +63,7 @@ \item{x}{(modified) x location for each input point} \item{y}{y location of each input point} } -\author{ Gregory R. Warnes \email{wa...@bs...} } +\author{ Gregory R. Warnes \email{gr...@ra...} } \seealso{ \code{\link{jitter}}, \code{\link[base]{sunflowerplot}} } \examples{ Modified: trunk/gplots/man/textplot.Rd =================================================================== --- trunk/gplots/man/textplot.Rd 2009-05-08 21:56:38 UTC (rev 1318) +++ trunk/gplots/man/textplot.Rd 2009-05-08 22:01:12 UTC (rev 1319) @@ -79,7 +79,7 @@ \value{ The character scaling factor (\code{cex}) used. } -\author{Gregory R. Warnes \email{wa...@bs...}} +\author{Gregory R. Warnes \email{gr...@ra...}} \seealso{ \code{\link{plot}}, \code{\link{text}}, \code{\link[utils]{capture.output}} } Modified: trunk/gplots/man/wapply.Rd =================================================================== --- trunk/gplots/man/wapply.Rd 2009-05-08 21:56:38 UTC (rev 1318) +++ trunk/gplots/man/wapply.Rd 2009-05-08 22:01:12 UTC (rev 1319) @@ -103,7 +103,7 @@ \item{x }{x location'} \item{y }{Result of applying \code{fun} to the window about each x location} } -\author{ Gregory R. Warnes \email{wa...@bs...} +\author{ Gregory R. Warnes \email{gr...@ra...} } \examples{ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |