sortData
object
Array of arrays with sorting functions. Each function takes three parameters. The first parameter must be either 'smp' to identify the parameters are related to the samples, 'var' to identify the parameters are related to the variables, or 'cat' to identify a sample or variable category. The second parameter can be either 'smp' to indicate to sort the sample indices or 'var' to indicate to sort the variable indices. The third parameter is the value for the key referenced by the first parameter. A special case for this parameter could be 'samples' or 'variables' to indicate to sort by the names of the samples or variables respectively. Here are some examples to sort the samples in the data: [ ['cat', 'smp', 'Factor1'] ] : Sort the samples by the sample category 'Factor1' [ ['var', 'smp', 'Variable1'] ] : Sort the samples by the value of the 'Variable1' [ ['cat', 'smp', 'samples'] ] : Sort the samples by their name. Important!!!! This parameter will clean the data and remove any variables not used in the dataset at load time.
[]
Area,
AreaLine,
Bar,
BarLine,
Boxplot,
Circular,
DotLine,
Dotplot,
Gantt,
Heatmap,
Line,
ParallelCoordinates,
Pie,
Scatter2D,
Scatter3D,
ScatterBubble2D,
Stacked,
StackedLine,
StackedPercent,
StackedPercentLine
Create New Page