Get Dimensions of an hsi_cube
Usage
# S3 method for class 'hsi_cube'
dim(x)Arguments
- x
An hsi_cube object.
Examples
cube <- hs_example_cube()
dim(cube)
#> [1] 30 30 61
Get Dimensions of an hsi_cube
# S3 method for class 'hsi_cube'
dim(x)An hsi_cube object.
cube <- hs_example_cube()
dim(cube)
#> [1] 30 30 61