Learn R Programming

optsize (version 0.1.0)

get_Tvals: Compute T values (sum of block totals) for a given h x w plot

Description

Compute T values (sum of block totals) for a given h x w plot

Usage

get_Tvals(df_mat, h, w)

Value

numeric vector of block totals

Arguments

df_mat

numeric matrix of data

h

rows in plot

w

cols in plot