Learn R Programming

via (version 0.2.0)

nvalues: The total number of values in a 'RasterArray'-class object

Description

The total number of values in a 'RasterArray'-class 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
ex <- rastex()
nvalues(ex)

Run the code above in your browser using DataLab