checkM {prodest} | R Documentation |
Function to transform all input to matrix.
checkM(input)
input |
An |
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.
Gabriele Rovigatti