| rcpp_hdf5dataset_colSds | R Documentation |
Block-wise, OpenMP-parallel computation of apply(X, 2, sd).
Uses Bessel's correction (n-1).
rcpp_hdf5dataset_colSds(ptr, paral = NULL, wsize = NULL, threads = NULL)
ptr |
External pointer (SEXP) to an open hdf5Dataset. |
paral |
Logical or NULL; enable OpenMP parallelisation. |
wsize |
Integer or NULL; block size (NULL = auto). |
threads |
Integer or NULL; thread count (NULL = auto). |
Numeric vector of length ncols_R.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.