[R-gregmisc-users] SF.net SVN: r-gregmisc:[1315] trunk/gplots/man
Brought to you by:
warnes
From: <wa...@us...> - 2009-04-22 17:15:31
|
Revision: 1315 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1315&view=rev Author: warnes Date: 2009-04-22 17:15:11 +0000 (Wed, 22 Apr 2009) Log Message: ----------- VADeaths data set has move to dataset package Modified Paths: -------------- trunk/gplots/man/barplot2.Rd trunk/gplots/man/ooplot.Rd Modified: trunk/gplots/man/barplot2.Rd =================================================================== --- trunk/gplots/man/barplot2.Rd 2009-04-19 23:25:04 UTC (rev 1314) +++ trunk/gplots/man/barplot2.Rd 2009-04-22 17:15:11 UTC (rev 1315) @@ -237,7 +237,7 @@ barplot2(tN, space = 1.5, axisnames = FALSE, sub = "barplot2(..., space = 1.5, axisnames = FALSE)") -data(VADeaths, package = "base") +data(VADeaths, package = "datasets") barplot2(VADeaths, plot = FALSE) barplot2(VADeaths, plot = FALSE, beside = TRUE) Modified: trunk/gplots/man/ooplot.Rd =================================================================== --- trunk/gplots/man/ooplot.Rd 2009-04-19 23:25:04 UTC (rev 1314) +++ trunk/gplots/man/ooplot.Rd 2009-04-22 17:15:11 UTC (rev 1315) @@ -162,7 +162,7 @@ } \seealso{ \code{\link[plot]{plot}}, \code{\link[plot]{boxplot}} } \examples{ - data(VADeaths, package = "base") + data(VADeaths, package = "datasets") VADeaths <- cbind( Age=c(50,55,60,65,70), VADeaths) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |