Learn R Programming

chronosphere (version 0.4.1)

nvalues: The total number of values in a RasterArray object

Description

The total number of values in a RasterArray object

Usage

nvalues(x, ...)

# S4 method for RasterArray nvalues(x)

Value

A numeric value.

Arguments

x

A RasterArray class object.

...

additional arguments passed to class-specific methods.

Examples

Run this code
data(dems)
nvalues(dems)

Run the code above in your browser using DataLab