data
component to the given columns and rows.mtd.subset(multiData, rowIndex = NULL, colIndex = NULL, permissive = FALSE, drop = FALSE)
NULL
, all columns will be retainedNULL
, all columns will be retained.multiData
input? Note that the subsetting
may lead to cryptic errors if the input multiData
does not follow the "strict" format.data
component. In a "strict" multiData structure, the
data
components are required to each be a matrix or a data frame and have the same number of
columns. In a "loose" multiData structure, the data
components can be anything (but for most
purposes should be of comparable type and content).This function assumes a "strict" multiData structure unless permissive
is TRUE
.