Learn R Programming

chronosphere (version 0.4.0)

ncell,RasterArray-method: Number of cells in a RasterArray object

Description

The method is inherited from the RasterStack class.

Usage

# S4 method for RasterArray
ncell(x)

Arguments

x

a RasterArray class object.

Value

A numeric value.

Examples

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

Run the code above in your browser using DataLab