Skip to contents

Get Dimensions of an hsi_cube

Usage

# S3 method for class 'hsi_cube'
dim(x)

Arguments

x

An hsi_cube object.

Value

Integer vector c(rows, cols, bands).

Examples

cube <- hs_example_cube()
dim(cube)
#> [1] 30 30 61