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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Apr 14 16:48:12 CEST 2009


Author: rhijmans
Date: 2009-04-14 16:48:11 +0200 (Tue, 14 Apr 2009)
New Revision: 405

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


Modified: pkg/raster/man/copyRasterFile.Rd
===================================================================
--- pkg/raster/man/copyRasterFile.Rd	2009-04-14 06:50:10 UTC (rev 404)
+++ pkg/raster/man/copyRasterFile.Rd	2009-04-14 14:48:11 UTC (rev 405)
@@ -5,7 +5,6 @@
 \alias{removeRasterFile}
 \alias{removeFile}
 
-
 \title{move or copy a raster file}
 
 \description{
@@ -25,7 +24,6 @@
 \item{overwrite}{Logical. If \code{TRUE} existing files are overwritten}
 }
 
-
 \value{
 a RasterLayer
 }
@@ -39,7 +37,6 @@
 r <- saveAs(r, 'test.grd', filetype='raster', overwrite=TRUE)
 rc <- copyRasterFile(r, 'test2.grd', overwrite=TRUE)
 rm <- moveRasterFile(r, 'test3.grd', overwrite=TRUE)
- 
 }
 
 \keyword{ spatial }



More information about the Raster-commits mailing list