oneDimBinGrouper: oneDimBinGrouper

View source: R/oneDimBinGrouper.R

oneDimBinGrouperR Documentation

oneDimBinGrouper

Description

Group together rows by their 'group' and order the groups such that they fill 1-D bins of size 'bin_size'

Usage

oneDimBinGrouper(data, group, bin_size)

Arguments

data

Data table with group column

group

Name of columns to group by

bin_size

Size of 'bin' to fill (Such as 96 for a 96 well plate, or 8 for 8 rows on a plate)

Value

Data grouped to fill 1-D bin.


bwaite-esr/btools documentation built on Sept. 28, 2023, 5:26 p.m.