H5Sset_extent_simple {rhdf5}R Documentation

Set the size of a dataspace

Description

Set the size of a dataspace

Usage

H5Sset_extent_simple(h5space, dims, maxdims)

Arguments

h5space

H5IdComponent object representing a dataspace.

dims

Dimension of the dataspace. This argument is similar to the dim attribute of an array. When viewing the HDF5 dataset with an C-program (e.g. HDFView), the dimensions appear in inverted order, because the fastest changing dimension in R is the first one, and in C its the last one.

maxdims

Maximum extension of the dimension of the dataset in the file. If not provided, it is set to dims.


[Package rhdf5 version 2.37.4 Index]