group.blocks: Group blocks into chunks so as not to exhaust memory or hit...

View source: R/group.blocks.R

group.blocksR Documentation

Group blocks into chunks so as not to exhaust memory or hit matrix size ceiling

Description

Group blocks into chunks so as not to exhaust memory or hit matrix size ceiling

Usage

group.blocks(
  Blocks,
  parseselect,
  mem.limit = 2^32 * 8,
  chunks = NULL,
  cluster = NULL
)

Arguments

parseselect

An object returned by parseselect()


SeojinHwang/scadsum documentation built on June 30, 2023, 10:52 p.m.