dimlayer {via}R 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.


[Package via version 0.2.0 Index]