Learn R Programming

chronosphere (version 0.4.1)

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)

Value

A numeric value.

Arguments

x

a RasterArray class object.

Examples

Run this code
data(dems)
ncell(dems)

Run the code above in your browser using DataLab