1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
|
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/H5P.R
\name{H5Pset_nbit}
\alias{H5Pset_nbit}
\title{Add the N-Bit filter to the chunk processing pipeline.}
\usage{
H5Pset_nbit(h5plist)
}
\arguments{
\item{h5plist}{Object of class \linkS4class{H5IdComponent} representing a dataset
creation property list.}
}
\value{
Returns (invisibly) an integer vector of length 1. The only
element of this vector will be non-negative if the filter was set
successfully and negative otherwise.
}
\description{
Add the N-Bit filter to the chunk processing pipeline.
}
|