[Raster-commits] r125 - pkg/raster/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Jan 13 03:15:56 CET 2009


Author: rhijmans
Date: 2009-01-13 03:15:56 +0100 (Tue, 13 Jan 2009)
New Revision: 125

Modified:
   pkg/raster/R/plot.R
Log:
bug fix

Modified: pkg/raster/R/plot.R
===================================================================
--- pkg/raster/R/plot.R	2009-01-13 00:30:25 UTC (rev 124)
+++ pkg/raster/R/plot.R	2009-01-13 02:15:56 UTC (rev 125)
@@ -27,7 +27,6 @@
 		if (length(x) < nc) {
 			warning(paste('plot used a sample of ', round(100*length(x)/nc), "% of the cells", sep=""))
 		}
-		cex <- .getcex(...)
 		plot(x, y, cex, ...)			
 	}
 )



More information about the Raster-commits mailing list