col_count {QGameTheory} | R Documentation |
This function counts the number of columns of a vector or a matrix
col_count(M)
M |
A vector/matrix |
An integer that gives the number of columns in a vector or a matrix.
init()
col_count(Q$Q11)
col_count(Q$lambda4)
col_count(Q$I2)