man-roxygen/example_dm_df.R

#' @examples
#' # A DelayedMatrix with a 'data.frame' seed
#' dm_df <- DelayedArray(data.frame(C1 = rep(1L, 5),
#'                                  C2 = as.integer((0:4) ^ 2),
#'                                  C3 = seq(-5L, -1L, 1L)))
PeteHaitch/DelayedMatrixStats documentation built on May 6, 2024, 10:25 p.m.