ncell: Number of cells in a "RasterArray"-class object

ncellR Documentation

Number of cells in a 'RasterArray'-class object

Description

The method is inherited from the 'SpatRaster' class.

Usage

## S4 method for signature 'RasterArray'
ncell(x)

Arguments

x

a RasterArray class object.

Value

A numeric value.

Examples

ex <- rastex()
ncell(ex)

via documentation built on May 31, 2023, 8:31 p.m.

Related to ncell in via...