| dim.hdf5 {rhdf5} | R Documentation |
For objects of classes hdf5.dataset and hdf5.dataspace
the HDF5 dimension is obtained and returned. For all other HDF5
objects NULL is returned.
dim.hdf5(x)
x |
Any object of class hdf5. |
This function obtains the dimension for classes hdf5.dataset
and hdf5.dataspace.
A vector containing the dimension information.
R. Gentleman
## Not run:
mad <- hdf5.open("microarray.h5")
hdf5.dataset(mad, "xxx", dim=c(100, 110))
dim(mad$xxx)
## End(Not run)