flatness_indices and objects with class
matrixThis function is the method called when using the S3 generic function
flatness_indices with an object of class matrix.
# S3 method for matrix
flatness_indices(rkhists, col_wise = FALSE, ...)an object containing (rank) histograms
a logical. Are the rank histograms stored column wise, that is one rank histogram in each column?
other arguments
See Value in function flatness_indices
The input matrices is supposed to contain one rank histograms in each row,
unless col_wise == TRUE.