H5Pset_filter | R Documentation |
Add a filter to the dataset filter pipeline.
H5Pset_filter(h5plist, filter_id, is_mandatory = FALSE, cd_values)
h5plist |
Object of class H5IdComponent representing a dataset creation property list. |
filter_id |
Integer of length 1, giving the ID of the filter to be used. |
is_mandatory |
Logical of length 1. Filters can be either optional or
mandatory. If this argument is set to |
cd_values |
Integer vector giving parameters to be supplied to the filter. No guidance is given for the number of values supplied here, it is specific to each filter and the user is expected to know appropriate options for the requested filter. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.