data
component in a multiData structure.mtd.colnames(multiData)
mtd.setColnames(multiData, colnames)
mtd.colnames
returns the vector of column names of the data
component. The function assumes
the column names in all sets are the same. mtd.setColnames
returns the multiData structure with the column names set in all data
components.
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).The mtd.colnames
and mtd.setColnames
assume (and checks for) a "strict" multiData structure.
multiData
to create a multiData structure.