H5Sset_extent_simple | R Documentation |
Set the size of a dataspace
H5Sset_extent_simple(h5space, dims, maxdims)
h5space |
H5IdComponent object representing a dataspace. |
dims |
Dimension of the dataspace. This argument is similar to the dim attribute of an array. |
maxdims |
Maximum extension of the dimension of the dataset in the
file. If not provided, it is set to When viewing the HDF5 dataset with other software (e.g. HDFView), the dimensions appear in inverted order, because the fastest changing dimension in R is the first one, and in C it's the last one. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.