dimlayer: Dimensions of layers in a "VirtualArray"-class object

dimlayerR Documentation

Dimensions of layers in a 'VirtualArray'-class object

Description

The funcion will return the dimensions 'SpatRaster'-class layers.

Usage

dimlayer(x, ...)

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

Arguments

x

A VirtualArray class object.

...

additional arguments passed to class-specific methods.

Value

A numeric vector with the number of rows and columns in the VirtualArrays.


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

Related to dimlayer in via...