R/H5P.R
H5P_layout.RdPossible options for the layout argument are:
H5D_COMPACT
H5D_CONTIGUOUS
H5D_CHUNKED
H5D_VIRTUAL
H5Pset_layout(h5plist, layout = h5default("H5D"))
H5Pget_layout(h5plist)An object of class H5IdComponent representing a dataset creation property list.
A character giving the name of a dataset layout type.
The names of the layout types can also be obtained via h5const("H5D").