H5P_fill_value {rhdf5}R Documentation

Set the fill value for an HDF5 dataset

Description

H5Pset_fill_value sets the fill value for a dataset in the dataset creation property list.

Usage

H5Pset_fill_value(h5plist, value)

Arguments

h5plist

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

value

The default fill value of the dataset.

See Also

H5P_fill_time,H5Pfill_value_defined


[Package rhdf5 version 2.37.4 Index]