[Raster-commits] r401 - pkg/raster/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sun Apr 12 05:26:13 CEST 2009
Author: rhijmans
Date: 2009-04-12 05:26:13 +0200 (Sun, 12 Apr 2009)
New Revision: 401
Modified:
pkg/raster/man/writeStack.Rd
Log:
Modified: pkg/raster/man/writeStack.Rd
===================================================================
--- pkg/raster/man/writeStack.Rd 2009-04-11 14:12:37 UTC (rev 400)
+++ pkg/raster/man/writeStack.Rd 2009-04-12 03:26:13 UTC (rev 401)
@@ -12,13 +12,16 @@
}
\usage{
- writeStack(rstack, overwrite=FALSE)
+ writeStack(rstack, bandorder='BIL', filename='', filetype='raster', datatype='FLT4S', overwrite=FALSE)
}
\arguments{
\item{rstack}{RasterStack object}
- \item{overwrite}{Logical. If \code{TRUE} existing files are overwritten}
-
+ \item{bandorder}{BIL, BIP, or BSQ}
+ \item{filename}{character. output filename}
+ \item{overwrite}{logical. If \code{TRUE}, "filename" will be overwritten if it exists}
+\item{filetype}{character. output file type. Either 'raster', 'ascii' or a supported GDAL 'driver' name see \code{\link[raster]{rasterFormats}}}
+\item{datatype}{character. output data type; see \code{\link[raster]{setDatatype}}}
}
\details{
@@ -30,3 +33,4 @@
\keyword{ spatial }
+
More information about the Raster-commits
mailing list