H5Sis_simple {rhdf5}R Documentation

Determine whether a dataspace is a simple dataspace

Description

In HDF5 a dataspace is considered "simple" if it represents a regular N-dimensional array of points. Currently (HDF 1.10.7) all dataspaces are simple. Support for complex dataspaces is planned for future HDF versions.

Usage

H5Sis_simple(h5space)

Arguments

h5space

H5IdComponent object representing a dataspace.


[Package rhdf5 version 2.37.4 Index]