row_count: Number of rows of a vector/matrix

Description Usage Arguments Value Examples

View source: R/row_count.R

Description

This function counts the number of rows of a vector or a matrix

Usage

1

Arguments

M

A vector/matrix

Value

An integer that gives the number of rows in a vector or a matrix.

Examples

1
2
3
4
init()
row_count(Q$Q01)
row_count(Q$lambda5)
row_count(Q$Qt12)

QGameTheory documentation built on July 8, 2020, 7:27 p.m.