[Raster-commits] r381 - pkg/raster/man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Mar 24 14:32:17 CET 2009


Author: rhijmans
Date: 2009-03-24 14:32:16 +0100 (Tue, 24 Mar 2009)
New Revision: 381

Modified:
   pkg/raster/man/pointsToRaster.Rd
Log:


Modified: pkg/raster/man/pointsToRaster.Rd
===================================================================
--- pkg/raster/man/pointsToRaster.Rd	2009-03-21 14:43:36 UTC (rev 380)
+++ pkg/raster/man/pointsToRaster.Rd	2009-03-24 13:32:16 UTC (rev 381)
@@ -30,7 +30,7 @@
 of the vector of points.
 For the sum of the values, use \code{sum}, for a yes/no result, you can use \code{fun=function(x){if(lenght(x)>0 {r<-1} else {r<-0}; return(r)}}
 
-For the number of unique values use \code{fun=function(x){length(unique(x)}}
+For the number of unique values use \code{fun=function(x){length(unique(x))}}
 }
 
 \value{



More information about the Raster-commits mailing list