A convenience function that returns the number of sets in a multi-set variable.
一个方便的功能,在多组变量返回的套数。
用法----------Usage----------
nSets(multiData, ...)
参数----------Arguments----------
参数:multiData
vector of lists; in each list there must be a component named data whose content is a matrix or dataframe or array of dimension 2.
向量的列表,在每个列表中,必须有一个组件名为data,其内容是一个矩阵或2维的数据框或数组的。
参数:...
Other arguments to function checkSets.
其它参数的函数checkSets。
值----------Value----------
A single integer that equals the number of sets given in the input multiData.
一个整数,等于套在输入multiData。