raster (version 3.6-26)

properties: Raster file properties

Description

Properties of the values of the file that a RasterLayer object points to

dataSize returns the number of bytes used for each value (pixel, grid cell) dataSigned is TRUE for data types that include negative numbers.

Usage

dataSize(object)
dataSigned(object)

Value

varies

Arguments

object

Raster* object

See Also

Examples

Run this code
r <- raster(system.file("external/test.grd", package="raster"))
dataSize(r)
dataSigned(r)
dataType(r)

Run the code above in your browser using DataLab