[Raster-commits] r330 - pkg/raster/man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Mon Mar 9 03:20:15 CET 2009
Author: rhijmans
Date: 2009-03-09 03:20:15 +0100 (Mon, 09 Mar 2009)
New Revision: 330
Modified:
pkg/raster/man/saveAs.Rd
pkg/raster/man/setDatatype.Rd
pkg/raster/man/writeFormats.Rd
pkg/raster/man/writeRaster.Rd
Log:
Modified: pkg/raster/man/saveAs.Rd
===================================================================
--- pkg/raster/man/saveAs.Rd 2009-03-08 15:23:21 UTC (rev 329)
+++ pkg/raster/man/saveAs.Rd 2009-03-09 02:20:15 UTC (rev 330)
@@ -25,7 +25,7 @@
Supported datatypes include:
\tabular{rll}{
- \tab \code{\bold{format}} \tab \bold{Long name} \cr
+ \tab \bold{Format} \tab \bold{Long name} \cr
\tab \code{raster} \tab 'Native' raster package format \cr
\tab \code{ascii} \tab ESRI Ascii \cr
\tab \code{ENVI} \tab ENVI .hdr Labelled \cr
@@ -36,7 +36,7 @@
\tab \code{ILWIS} \tab ILWIS Raster Map \cr
\tab \code{PAux} \tab PCI .aux Labelled \cr
\tab \code{PCIDSK} \tab PCIDSK Database File \cr
- \tab \code{RST} \tab Idrisi Raster A.1
+ \tab \code{RST} \tab Idrisi Raster A.1 \cr
}
see \code{writeFormats} for the complete list
Modified: pkg/raster/man/setDatatype.Rd
===================================================================
--- pkg/raster/man/setDatatype.Rd 2009-03-08 15:23:21 UTC (rev 329)
+++ pkg/raster/man/setDatatype.Rd 2009-03-09 02:20:15 UTC (rev 330)
@@ -1,4 +1,5 @@
\name{setDatatype}
+
\alias{datatype<-}
\alias{setDatatype}
@@ -29,18 +30,18 @@
The following datatypes are available.
\tabular{rll}{
-\bold{datatype \tab min \tab max} \cr
+datatype \tab min \tab max \cr
LOG1S \tab FALSE (0)\tab TRUE (1) \cr
-INT1S \tab -127 \tab 127\cr
-INT1U \tab 0 \tab 255\cr
-INT2S \tab -32,767\tab 32,767\cr
-INT2U \tab 0 \tab 65,534\cr
-INT4S \tab -2,147,483,647 \tab 2,147,483,647\cr
-INT4U \tab 0 \tab 4,294,967,294\cr
-INT8S \tab -9,223,372,036,854,775,807 \tab 9,223,372,036,854,775,807\cr
-INT4U \tab 0 \tab 18,446,744,073,709,551,614\cr
-FLT4S \tab -3.4E38 \tab 3.4E38\cr
-FLT8S \tab -1.7E308 \tab 1.7E308\cr
+INT1S \tab -127 \tab 127 \cr
+INT1U \tab 0 \tab 255 \cr
+INT2S \tab -32,767\tab 32,767 \cr
+INT2U \tab 0 \tab 65,534 \cr
+INT4S \tab -2,147,483,647 \tab 2,147,483,647 \cr
+INT4U \tab 0 \tab 4,294,967,294 \cr
+INT8S \tab -9,223,372,036,854,775,807 \tab 9,223,372,036,854,775,807 \cr
+INT4U \tab 0 \tab 18,446,744,073,709,551,614 \cr
+FLT4S \tab -3.4E38 \tab 3.4E38 \cr
+FLT8S \tab -1.7E308 \tab 1.7E308 \cr
}
For all integer types, except the single byte types, the lowest (signed) or highest (unsigned) value is used to store NA.
@@ -49,8 +50,9 @@
}
\value{
- a Raster* object
+a Raster* object
}
+
\author{ Robert J. Hijmans }
\examples{
Modified: pkg/raster/man/writeFormats.Rd
===================================================================
--- pkg/raster/man/writeFormats.Rd 2009-03-08 15:23:21 UTC (rev 329)
+++ pkg/raster/man/writeFormats.Rd 2009-03-09 02:20:15 UTC (rev 330)
@@ -9,19 +9,19 @@
}
\usage{
- writeFormats()
+writeFormats()
}
\details{
- writeFormats returns a matrix of the file formats (the "drivers") that are supported.
+writeFormats returns a matrix of the file formats (the "drivers") that are supported.
Supported formats include:
\tabular{rll}{
- \tab \code{\bold{format}} \tab \bold{Long name} \cr
- \tab \code{raster} \tab 'Native' raster package format \cr
- \tab \code{ascii} \tab ESRI Ascii \cr
+\tab \bold{Format} \tab \bold{Long name} \cr
+\tab \code{raster} \tab 'Native' raster package format \cr
+\tab \code{ascii} \tab ESRI Ascii \cr
\tab \code{ENVI} \tab ENVI .hdr Labelled \cr
\tab \code{EHdr} \tab ESRI .hdr Labelled \cr
\tab \code{ERS} \tab ERMapper .ers Labelled \cr
@@ -30,7 +30,7 @@
\tab \code{ILWIS} \tab ILWIS Raster Map \cr
\tab \code{PAux} \tab PCI .aux Labelled \cr
\tab \code{PCIDSK} \tab PCIDSK Database File \cr
- \tab \code{RST} \tab Idrisi Raster A.1
+ \tab \code{RST} \tab Idrisi Raster A.1 \cr
}
}
Modified: pkg/raster/man/writeRaster.Rd
===================================================================
--- pkg/raster/man/writeRaster.Rd 2009-03-08 15:23:21 UTC (rev 329)
+++ pkg/raster/man/writeRaster.Rd 2009-03-09 02:20:15 UTC (rev 330)
@@ -28,7 +28,7 @@
Supported file types include:
\tabular{rll}{
- \tab \bold{file type \tab Long name} \cr
+ \tab \bold{file type} \tab \bold{Long name} \cr
\tab \code{raster} \tab 'Native' raster package format \cr
\tab \code{ascii} \tab ESRI Ascii \cr
\tab \code{ENVI} \tab ENVI .hdr Labelled \cr
@@ -39,9 +39,8 @@
\tab \code{ILWIS} \tab ILWIS Raster Map \cr
\tab \code{PAux} \tab PCI .aux Labelled \cr
\tab \code{PCIDSK} \tab PCIDSK Database File \cr
- \tab \code{RST} \tab Idrisi Raster A.1
+ \tab \code{RST} \tab Idrisi Raster A.1 \cr
}
-
}
\author{Robert J. Hijmans}
More information about the Raster-commits
mailing list