~ubuntu-branches/ubuntu/raring/r-cran-sp/raring

« back to all changes in this revision

Viewing changes to man/spsample.Rd

  • Committer: Bazaar Package Importer
  • Author(s): Charles Plessy
  • Date: 2011-05-29 21:21:40 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20110529212140-ug6xemkw0j0yr5gc
Tags: 1:0.9-81-1
* Team upload.
* New upstream release. Closes: #628354 (caused by a typo in the source).
* Using Debhelper 8 (debian/control, debian/compat).
* Removed completely debian/get-orig-source, and version mangling in
  debian/watch. This is not needed since 1:0.9-52-1.
* Build-depend on R versions greater than R 2.10.0 (debian/control).
* Converted debian/copyright to DEP 5 and documented a new file.
* Renamed debian/README.Debian debian/README.test, and install it
  with debian/docs.
* Incremented Standards-Version to reflect conformance with Policy 3.9.2.
  (debian/control, no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
92
92
\describe{
93
93
\item{x = "Spatial"}{ sample in the bbox of \code{x} }
94
94
\item{x = "Line"}{ sample on a line }
95
 
\item{x = "Polygon"}{ sample in an Polygon }
96
 
\item{x = "Polygons"}{ sample in an Polygons object, consisting of possibly
97
 
multiple Polygon objects (and holes!) }
 
95
\item{x = "Polygon"}{ sample in a Polygon }
 
96
\item{x = "Polygons"}{ sample in a Polygons object, consisting of possibly
 
97
multiple Polygon objects (holes must be correctly defined, use \code{checkPolygonsHoles} if need be) }
98
98
\item{x = "SpatialPolygons"}{ sample in an SpatialPolygons object; sampling
99
99
takes place over all Polygons objects present, use subsetting to vary
100
 
sampling intensity (density) }
 
100
sampling intensity (density); holes must be correctly defined, use \code{checkPolygonsHoles} if need be }
101
101
\item{x = "SpatialGrid"}{ sample in an SpatialGrid object }
102
102
\item{x = "SpatialPixels"}{ sample in an SpatialPixels object }
103
103
}}