[Gsdesign-commits] r337 - pkg/gsDesign/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Sep 10 20:06:12 CEST 2012


Author: keaven
Date: 2012-09-10 20:06:11 +0200 (Mon, 10 Sep 2012)
New Revision: 337

Modified:
   pkg/gsDesign/R/gsqplot.R
Log:
gsqplot.r update for ggtitle

Modified: pkg/gsDesign/R/gsqplot.R
===================================================================
--- pkg/gsDesign/R/gsqplot.R	2012-09-08 22:05:11 UTC (rev 336)
+++ pkg/gsDesign/R/gsqplot.R	2012-09-10 18:06:11 UTC (rev 337)
@@ -348,7 +348,7 @@
 					geom_line(colour=col[1], lty=lty[1], lwd=lwd[1]) +
 					geom_text(size=cex*5) +	xlab(xlab) + ylab(ylab) 
   		if (ggver >= as.numeric_version("0.9.2"))
-  		{  p <- p + ggtitle(title=main)}else{
+  		{  p <- p + ggtitle(label=main)}else{
   		  p <- p + opts(title=main)
   		}
 		}	}   



More information about the Gsdesign-commits mailing list