isMultiData(x, strict = TRUE)
TRUE
if the input x
is a multiData structure, FALSE
otherwise.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 checks whether the supplied x
is a multiData structure in the "strict" (when
strict = TRUE
or "loose" strict = FALSE
sense.
mtd.