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

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Apr 25 06:14:02 CEST 2009


Author: rhijmans
Date: 2009-04-25 06:14:01 +0200 (Sat, 25 Apr 2009)
New Revision: 431

Modified:
   pkg/raster/man/BoundingBox-class.Rd
Log:


Modified: pkg/raster/man/BoundingBox-class.Rd
===================================================================
--- pkg/raster/man/BoundingBox-class.Rd	2009-04-24 14:47:20 UTC (rev 430)
+++ pkg/raster/man/BoundingBox-class.Rd	2009-04-25 04:14:01 UTC (rev 431)
@@ -1,16 +1,20 @@
 \name{BoundingBox-class}
+
 \docType{class}
+
 \alias{BoundingBox-class}
 \alias{show,BoundingBox-method}
 
 \title{Class "BoundingBox" }
-\description{ The BoundingBox class described the geographic extremes of a Raster* object}
+
+\description{Object of class BoundingBox are used to define the geographic extenmt (extremes) of a Raster* object}
+
 \section{Objects from the Class}{
 Objects can be created by calls of the form \code{new("BoundingBox", ...)}.
 }
 \section{Slots}{
 	 \describe{
-    \item{\code{xmin}:}{minumum x coordinate}
+    \item{\code{xmin}:}{minimum x coordinate}
     \item{\code{xmax}:}{maximum x coordinate}
     \item{\code{ymin}:}{minumum y coordinate}
     \item{\code{ymax}:}{maximum y coordinate}
@@ -18,16 +22,17 @@
 }
 \section{Methods}{
   \describe{
-    \item{show}{\code{signature(object = "BoundingBox")}: display values of a BoundingBox object }
-	 }
+ \item{show}{\code{signature(object = "BoundingBox")}: display values of a BoundingBox object }
+ }
 }
 \author{ Robert J. Hijmans}
 
 
-\seealso{ \code{\link[raster]{getBoundingBox}}, \code{\link[raster]{setBoundingBox}} }
+\seealso{ \code{\link[raster]{extent}}, \code{\link[raster]{setExtent}} }
 
 \examples{
 showClass("BoundingBox")
 }
+
 \keyword{classes}
 \keyword{spatial}



More information about the Raster-commits mailing list