H5Dset_extent {rhdf5}R Documentation

Change the dimensions of an HDF5 dataset

Description

Change the dimensions of an HDF5 dataset

Usage

H5Dset_extent(h5dataset, size)

Arguments

h5dataset

Object of class H5IdComponent representing an open HDF5 dataset.

size

An integer vector with the new dimension of the dataset.

Details

This function can only be applied to datasets that meet the following criteria:

Author(s)

Bernd Fischer, Mike Smith


[Package rhdf5 version 2.37.4 Index]