Description Objects from the Class Slots Methods Author(s) References See Also Examples
A class representing a HDF5 identifier handle. HDF5 identifiers represent open files, groups, datasets, dataspaces, attributes, and datatypes.
Objects can be created by calls of H5Fcreate
, H5Fopen
, / H5Gcreate
, H5Gopen
, / H5Dcreate
, H5Dopen
, \ H5Dget_space
, H5Screate_simple
, \ H5Acreate
, H5Aopen
.
ID
:Object of class "integer"
. Contains the handle of C-type hid_t.
An object of class logical
. If TRUE, array-like objects are treated as stored in HDF5 row-major rather than R column-major orientation. Using native = TRUE
increases HDF5 file portability between programming languages. A file written with native = TRUE
should also be read with native = TRUE
.
signature(object = "H5IdComponent")
: Shows the filename.
Bernd Fischer
https://portal.hdfgroup.org/display/HDF5
rhdf5
1 | showClass("H5IdComponent")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.