row_count {QGameTheory} | R Documentation |
This function counts the number of rows of a vector or a matrix
row_count(M)
M |
A vector/matrix |
An integer that gives the number of rows in a vector or a matrix.
init()
row_count(Q$Q01)
row_count(Q$lambda5)
row_count(Q$Qt12)