Learn R Programming

hdf5r (version 1.3.11)

H5T_COMPLEX-class: Class for HDF5 complex datatypes

Description

In HDF5, complex numbers don't actually exist. They are represented as H5T_COMPOUND with two columns named Real and Imaginary. Inherits from class H5T_COMPOUND.

Arguments

Value

Object of class H5T_COMPLEX.

Methods

new(id = NULL)

Create a new complex datatype

Parameters

id

Internal use only

Author

Holger Hoefling

See Also

H5T, H5T_COMPOUND