H5Group: The H5Group Class

Description Usage Arguments Details References

Description

HDF5 Groups are represented by the H5Group class and are the building blocks of the hierarchical organization of an H5File. They form containers for HDF5 objects and are therefore similar to file system folders.

Usage

1
2
## S4 method for signature 'H5Group'
h5close(.Object)

Arguments

.Object

H5Group; S4 object of class H5Group;

Details

In addition to Group–specific capabilities listed below H5Group shares common functionality with H5File through the CommonFG base class.

References

https://www.hdfgroup.org/HDF5/doc/H5.intro.html#Intro-OGroups


h5 documentation built on May 2, 2019, 3:45 a.m.