powered by
Function to transform all input to matrix.
checkM(input)
An R object. Can be a matrix/dataframe/vector/scalar.
R
checkM() accepts one input and - if codeinput is a matrix - returns it without column names, otherwise transforms it into a matrix and returns it without column names.
checkM()