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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Apr 23 16:08:25 CEST 2009


Author: rhijmans
Date: 2009-04-23 16:08:25 +0200 (Thu, 23 Apr 2009)
New Revision: 428

Modified:
   pkg/raster/R/contour.R
Log:


Modified: pkg/raster/R/contour.R
===================================================================
--- pkg/raster/R/contour.R	2009-04-23 12:07:30 UTC (rev 427)
+++ pkg/raster/R/contour.R	2009-04-23 14:08:25 UTC (rev 428)
@@ -15,7 +15,7 @@
 				x <- sampleSkip(x, maxdim, asRaster=TRUE)
 			}
 		}
-		contour(x=xFromCol(x,1:ncol(x)), y=yFromRow(x, nrow(x):1), z=t((values(x, format='matrix'))[nrow(x):1,]), ...)
+		contour(x=xFromCol(x,1:ncol(x)), y=yFromRow(x, nrow(x):1), z=t((values(x, format='matrix'))[nrow(x):1,]), add=add, ...)
 	}
 )
 



More information about the Raster-commits mailing list