Learn R Programming

chronosphere (version 0.4.0)

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)

Arguments

x

A RasterArray class object.

...

additional arguments passed to class-specific methods.

Value

A numeric value.

Examples

Run this code
# NOT RUN {
data(dems)
nvalues(dems)
# }

Run the code above in your browser using DataLab