col_count: Number of columns of a vector/matrix

Description Usage Arguments Value Examples

View source: R/col_count.R

Description

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

Usage

1

Arguments

M

A vector/matrix

Value

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

Examples

1
2
3
4
init()
col_count(Q$Q11)
col_count(Q$lambda4)
col_count(Q$I2)

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