我使用hyper< -readGDAL(" test.bsq")来读取ENVI hdr文件。这很好。 如果我打印(超级),那么我得到这个好消息
class : SpatialGridDataFrame
dimensions : 619, 192, 118848, 101 (nrow, ncol, ncell, nlayers)
resolution : 0.173, 0.173 (x, y)
信息全部正确,数据包含101个带619x192像素的波段。如果我尝试暗淡(超)我只得到ncell,这是细胞的总数。 那么,我如何获得这些或明显存储在某处的维度,因为它们可以通过print()查看?