[R-gregmisc-users] SF.net SVN: r-gregmisc:[1912] trunk/gplots/R/plotmeans.R
                
                Brought to you by:
                
                    warnes
                    
                
            
            
        
        
        
    | 
      
      
      From: <wa...@us...> - 2015-01-02 20:10:24
      
     | 
| Revision: 1912
          http://sourceforge.net/p/r-gregmisc/code/1912
Author:   warnes
Date:     2015-01-02 20:10:21 +0000 (Fri, 02 Jan 2015)
Log Message:
-----------
Change default group count lable back to 'n='.
Modified Paths:
--------------
    trunk/gplots/R/plotmeans.R
Modified: trunk/gplots/R/plotmeans.R
===================================================================
--- trunk/gplots/R/plotmeans.R	2015-01-02 20:06:35 UTC (rev 1911)
+++ trunk/gplots/R/plotmeans.R	2015-01-02 20:10:21 UTC (rev 1912)
@@ -7,7 +7,7 @@
                         mean.labels=FALSE,
                         ci.label=FALSE,
                         n.label=TRUE,
-                        text.n.label="N=",
+                        text.n.label="n=",
                         digits=getOption("digits"), col="black",
                         barwidth=1,
                         barcol="blue",
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
 |