[R-gregmisc-users] SF.net SVN: r-gregmisc: [1238] trunk/gplots/man/overplot.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2008-01-04 18:59:57
|
Revision: 1238 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1238&view=rev Author: warnes Date: 2008-01-04 10:59:56 -0800 (Fri, 04 Jan 2008) Log Message: ----------- Fix examples for overplot() Modified Paths: -------------- trunk/gplots/man/overplot.Rd Modified: trunk/gplots/man/overplot.Rd =================================================================== --- trunk/gplots/man/overplot.Rd 2008-01-02 16:58:01 UTC (rev 1237) +++ trunk/gplots/man/overplot.Rd 2008-01-04 18:59:56 UTC (rev 1238) @@ -67,11 +67,11 @@ # same scale overplot( RQ ~ Conc..ug.ml. | Test.Substance, data=rtPCR, - subset=Detector=="ProbeType 7" & Conc..ug.ml. > 0, + subset=Detector=="ProbeType 1" & Conc..ug.ml. > 0, same.scale=TRUE, log="xy", f=3/4, - main="Detector=ProbeType 7", + main="Detector=ProbeType 1", xlab="Concentration (ug/ml)", ylab="Relative Gene Quantification" ) @@ -79,10 +79,10 @@ # different scales, but force lower limit to 0.01 overplot( RQ ~ Conc..ug.ml. | Test.Substance, data=rtPCR, - subset=Detector=="ProbeType 7" & Conc..ug.ml. > 0, + subset=Detector=="ProbeType 8" & Conc..ug.ml. > 0, log="xy", f=3/4, - main="Detector=ProbeType 7", + main="Detector=ProbeType 8", xlab="Concentration (ug/ml)", ylab="Relative Gene Quantification", min.y=0.01 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |