H5P_layout | R Documentation |
Possible options for the layout
argument are:
H5D_COMPACT
H5D_CONTIGUOUS
H5D_CHUNKED
H5D_VIRTUAL
H5Pset_layout(h5plist, layout = h5default("H5D"))
H5Pget_layout(h5plist)
h5plist |
An object of class H5IdComponent representing a dataset creation property list. |
layout |
A character giving the name of a dataset layout type. |
The names of the layout types can also be obtained via h5const("H5D")
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.