hdf5.datatypes {rhdf5} | R Documentation |
Mapping from specified types to HDF5 Types.
Description
A number of different data formats are supported.
The list below describes the character string used to represent a type
and the corresponding HDF5 data type.
- “char”
- H5T_NATIVE_CHAR
- “uchar”
- H5T_NATIVE_UCHAR
- “short”
- H5T_NATIVE_SHORT
- “ushort”
- H5T_NATIVE_USHORT
- “int”
- H5T_NATIVE_INT
- “uint”
- H5T_NATIVE_UINT
- “long”
- H5T_NATIVE_LONG
- “ulong”
- H5T_NATIVE_ULONG
- “float”
- H5T_NATIVE_FLOAT
- “double”
- H5T_NATIVE_DOUBLE
[Package
rhdf5 version 1.4.0
Index]