data
component to the given columns and rows.mtd.subset(
# Input
multiData, # Rows and columns to keep
rowIndex = NULL, colIndex = NULL,
# Strict or permissive checking of structure?
permissive = FALSE,
# Output formatting options
drop = FALSE)
NULL
, all columns will be retainedmultiData
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
.
multiData
to create a multiData structure.