H5P_layout {rhdf5}R Documentation

Get and set the type of storage used to store the raw data for a dataset

Description

Possible options for the layout argument are:

Usage

H5Pset_layout(h5plist, layout = h5default("H5D"))

H5Pget_layout(h5plist)

Arguments

h5plist

An object of class H5IdComponent representing a dataset creation property list.

layout

A character giving the name of a dataset layout type.

Details

The names of the layout types can also be obtained via h5const("H5D").


[Package rhdf5 version 2.37.4 Index]