man-roxygen/example_dm_HDF5.R

#' @examples
#' # A DelayedMatrix with a 'HDF5ArraySeed' seed
#' # NOTE: Requires that the HDF5Array package is installed
#' library(HDF5Array)
#' dm_HDF5 <- writeHDF5Array(matrix(c(rep(1L, 5),
#'                                    as.integer((0:4) ^ 2),
#'                                    seq(-5L, -1L, 1L)),
#'                                  ncol = 3))
PeteHaitch/DelayedMatrixStats documentation built on May 6, 2024, 10:25 p.m.