which_format {diffuStats} | R Documentation |
Tell apart vector, matrix or list of matrices
which_format(x)
x |
object to evaluate |
character: vector, matrix or list.
data(graph_toy) diffuStats:::which_format(graph_toy$input_vec) diffuStats:::which_format(graph_toy$input_mat)