You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thepackageshouldbeparticularlyusefulwhenusingverylargedatasetsthatcannotbeloadedintothecomputer's memory. Functions will
15
-
work correctly, because they they process large files in chunks, i.e., they read, compute, and write blocks of data, without loading all values into memory at once.
14
+
Thepackageshouldbeparticularlyusefulwhenusingverylargedatasetsthatcannotbeloadedintothecomputer's memory. Functions will work correctly, because they they process large files in chunks, i.e., they read, compute, and write blocks of data, without loading all values into memory at once.
16
15
17
16
Below is a list of some of the most important functions grouped by theme. See the vignette for more information and some examples (you can open it by running this command: \code{vignette('Raster')})
18
17
}
@@ -243,8 +242,8 @@ Basic parameters of existing Raster* objects can be obtained, and in most cases
243
242
\code{\link{projection}} \tab The coordinate reference system (map projection) \cr
244
243
\code{\link{isLonLat}} \tab Test if an object has a longitude/latitude coordinate reference system \cr
245
244
\code{\link{filename}} \tab Filename to which a RasterLayer or RasterBrick is linked \cr
246
-
\code{\link{band}} \tab layer (=band) of a multi-band file that this RasterLayer is linked to \cr
247
-
\code{\link{nbands}} \tab How many bands (layers) does the file have? \cr
245
+
\code{\link{bandnr}} \tab layer (=band) of a multi-band file that this RasterLayer is linked to \cr
246
+
\code{\link{nbands}} \tab How many bands (layers) does the file associated with a RasterLayer object have? \cr
248
247
\code{\link{compareRaster}} \tab Compare the geometry of Raster* objects \cr
249
248
\code{\link{NAvalue}} \tab Get or set the \code{NA} value (for reading from a file) \cr
0 commit comments