H5P_chunk | R Documentation |
Get and set the size of the chunks used to store a chunked layout dataset
H5Pset_chunk(h5plist, dim)
H5Pget_chunk(h5plist)
h5plist |
An object of class H5IdComponent representing a dataset creation property list. |
dim |
The chunk size used to store the dataset. This argument should be an integer vector of the same length as the number of dimensions of the dataset the dataset creation property list will be applied to. |
Note that a necessary side effect of running this function is that the
layout of the dataset will be changes to H5D_CHUNKED
if it is not already set to this.
H5Pset_layout()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.