powered by
This function counts the number of rows of a vector or a matrix
row_count(M)
A vector/matrix
An integer that gives the number of rows in a vector or a matrix.
# NOT RUN { init() row_count(Q$Q01) row_count(Q$lambda5) row_count(Q$Qt12) # }
Run the code above in your browser using DataLab