values

fun values(array: Iterable<Any>)


Cell values. values[m][n] represents the value of the "n"-th point in column "m", therefore the values[m] vector length for all columns must be the same (longer vectors will be truncated).

Each value must be a finite number or a string.