About rhdf5 |
|
|---|---|
rhdf5: An interface between HDF5 and R |
|
High level functionsWrappers around several low-level functions |
|
|
|
Test and set file locking for HDF5 |
Create HDF5 attribute |
|
Create HDF5 dataset |
|
Create HDF5 file |
|
Create HDF5 group |
|
Delete objects within a HDF5 file |
|
Delete attribute |
|
Dump the content of an HDF5 file. |
|
Set how HDF5 error messages are displayed |
|
Reads and write object in HDF5 files |
|
Read all attributes from a given location in an HDF5 file |
|
Saves a one or more objects to an HDF5 file. |
|
Set a new dataset extension |
|
Write object to an HDF5 file. |
|
Write an R object as an HDF5 attribute |
|
Close all open HDF5 handles |
|
HDF5 library constants. |
|
List all open HDF5 objects. |
|
List the content of an HDF5 file. |
|
Print the rhdf5 and libhdf5 version numbers |
|
HDF5 FilesFunctions for working with HDF5 Files |
|
Close access to an HDF5 file |
|
Create an HDF5 file |
|
Flush all buffers associated with a file to disk |
|
Find the size of an open HDF5 file |
|
Retrieve the name of the file to which an object belongs |
|
Get property lists associated with an HDF5 file |
|
Determine whether a file is in the HDF5 format |
|
Open an existing HDF5 file |
|
HDF5 GroupsFunctions for working with HDF5 Groups |
|
Close a specified group |
|
Create a new HDF5 group and link it to a location in a file |
|
Create a new HDF5 group without linking it into a file |
|
Retrieve information about a group |
|
Open a specified group |
|
HDF5 DatasetsFunctions for working with HDF5 Datasets |
|
Return the dimensions of a dataset chunk |
|
Close an open HDF5 dataset |
|
Create a new HDF5 dataset |
|
Return a copy of the dataset creation property list for a dataset |
|
Return a copy of the HDF5 dataspace for a dataset |
|
Find the amount of storage allocated for a dataset |
|
Return a copy of the HDF5 datatype for a dataset |
|
Open an existing HDF5 dataset |
|
Read from an HDF5 dataset |
|
Change the dimensions of an HDF5 dataset |
|
Write data to dataset |
|
HDF5 DataspacesFunctions for working with HDF5 Dataspaces |
|
Close and release a dataspace |
|
Perform operation between an existing selection and an another hyperslab definition. |
|
Combine two selections |
|
Create a copy of a dataspace |
|
Create a new dataspace of a specified type |
|
Create a simple dataspace |
|
Find the number of elements in a dataspace selection |
|
Find the size of a dataspace |
|
Determine whether a dataspace is a simple dataspace |
|
Set the selection region of a dataspace to include all elements |
|
Perform operation between an existing selection and an another hyperslab definition. |
|
Select elements of a dataspace using R-style indexing |
|
Set the selection region of a dataspace to include no elements |
|
Check that a selection is valid |
|
Set the size of a dataspace |
|
Retrieve value for |
|
HDF5 AttributesFunctions for working with HDF5 Attributes |
|
Close an HDF5 attribute |
|
Create an attribute for an HDF5 object |
|
Delete an specified attribute of an HDF5 object |
|
Check whether an specific attribute exists for an HDF5 object |
|
Get the name of an HDF5 attribute object |
|
Get a copy of the attribute dataspace |
|
Get a copy of the attribute datatype |
|
Open an attribute for an HDF5 object |
|
Read data from an HDF5 attribute |
|
Write data to an HDF5 attribute |
|
HDF5 ObjectsFunctions for working with HDF5 Objects |
|
Close an HDF5 object |
|
Find the number of attributes associated with an HDF5 object |
|
Create a hard link to an object in an HDF5 file |
|
Open an object in an HDF5 file |
|
HDF5 LinksFunctions for working with HDF5 Links |
|
Copy a link from one location to another |
|
Create a link to an object in a different HDF5 file |
|
Remove a link from a group |
|
Confirm existence of a link |
|
Find information about a link |
|
Move a link within an HDF5 file |
|
HDF5 IdentifiersFunctions for working with HDF5 Identifiers |
|
|
|
An S4 class representing an H5 object |
Retrieve the name of an object from a given identifier |
|
Find the type of an object |
|
Determine whether an identifier is valid |
|
HDF5 DatatypesFunctions for working with HDF5 Datatypes |
|
Retrieve or set the character set to be used in a string datatype. |
|
Retrieve or set the precision of an HDF5 datatype |
|
Retrieve or set the type of padding used by string datatype |
|
Retrieve or set the type of padding used by string datatype |
|
Copy an existing datatype |
|
Determine whether a datatype is a variable length string |
|
HDF5 Property Lists |
|
File Creation Properties |
|
Get version information for objects in a file creation property list |
|
Get and set the number of object header message indexes |
|
|
|
Get and set threshold values for storage of shared object header message indexes |
Get and set the 1/2 rank of an indexed storage B-tree |
|
Get and set shared object header message index properties |
|
Get and set the sizes of offsets and lengths used in an HDF5 file |
|
Get and set the size of the symbol table B-tree 1/2 rank and the leaf node 1/2 size |
|
Get and set the user block size |
|
File Access Properties |
|
Control the range of HDF5 library versions that will be compatible with a file. |
|
Set the read-only S3 virtual file driver |
|
Object Creation Properties |
|
Set whether to record timestamps for operations performed on an HDF5 object. |
|
Dataset Creation Properties |
|
Query dataset filter properties. |
|
Add the shuffle filter to the chunk processing pipeline. |
|
Add the N-Bit filter to the chunk processing pipeline. |
|
Add the deflate compression filter to the chunk processing pipeline. |
|
Add the SZIP compression filter to the chunk processing pipeline. |
|
Add the BZIP2 filter to the chunk processing pipeline. |
|
Add the BLOSC filter to the chunk processing pipeline. |
|
Add the LZF filter to the chunk processing pipeline. |
|
Get and set the size of the chunks used to store a chunked layout dataset |
|
Set parameters for the raw data chunk cache |
|
Get and set the type of storage used to store the raw data for a dataset |
|
Close and release a property list |
|
Copy an existing property list to create a new property list |
|
Create a new HDF5 property list |
|
Return the property list class identifier for a property list |
|
Set the fill value for an HDF5 dataset |
|
Set the time when fill values are written to a dataset |
|
Determine whether a property list has a fill value defined |
|
Set the read-only S3 virtual file driver |
|
HDF5 References |
|
H5R - References to objects and regions |
|
Create a reference |
|
Open a reference object. |
|
An S4 class representing H5 references. |
|
Return the name of the object that a reference points to |
|
Identify the type of object that a reference points to |
|
Return selection for a reference to dataset region |
|
HDF5 Filters |
|
Determine whether a filter is available on this system |
|
H5 Library Functions |
|
HDF5 General Library Functions |
|