one_matrix {ADtools}R Documentation

Matrix of ones

Description

Matrix of ones

Usage

one_matrix(nr, nc)

Arguments

nr

integer; row dimension.

nc

integer; column dimension.

Examples

one_matrix(1, 3)
one_matrix(5, 1)
one_matrix(2, 2)


[Package ADtools version 0.5.5 Index]