Description Usage Arguments Value Examples
Function to write matrix data to an existing HDF5 file. If the file contains already matrix data then both need to have the same number of rows. The append will be column-wise.
1 |
x |
matrix object to write to an HDF5 file. If the HDF5 file is not empty, the exported matrix data needs to have the same number rows as the matrix stored in the HDF5 file, and will be appended column-wise to the existing one. |
h5file |
character(1), path to existing HDF5 file that can be empty or contain matrix data |
name |
The name of the dataset in the HDF5 file. |
printstatus |
logical, whether to print status |
HDF5 file storing exported matrix
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.