[R-gregmisc-users] SF.net SVN: r-gregmisc:[1733] trunk/gplots/man/ci2d.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2013-10-12 00:09:55
|
Revision: 1733 http://sourceforge.net/p/r-gregmisc/code/1733 Author: warnes Date: 2013-10-12 00:09:52 +0000 (Sat, 12 Oct 2013) Log Message: ----------- Mark one example dontrun to avoid --as-cran warning. Modified Paths: -------------- trunk/gplots/man/ci2d.Rd Modified: trunk/gplots/man/ci2d.Rd =================================================================== --- trunk/gplots/man/ci2d.Rd 2013-10-11 22:09:09 UTC (rev 1732) +++ trunk/gplots/man/ci2d.Rd 2013-10-12 00:09:52 UTC (rev 1733) @@ -256,6 +256,7 @@ #### ## Test with a large number of points #### + \dontrun{ x <- rnorm(60000, sd=1) y <- c( rnorm(40000, mean=x, sd=1), rnorm(20000, mean=x+4, sd=1) ) @@ -263,7 +264,7 @@ hist2d(x,y) ci <- ci2d(x,y) ci - + } } \keyword{dplot} \keyword{hplot} This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |