one: create a matrix of 1s with t rows

View source: R/doofa.R

oneR Documentation

create a matrix of 1s with t rows

Description

create a matrix of 1s with t rows

Usage

one(t)

Arguments

t

a positive integer

Value

a matrix of 1s with t rows

Examples

one(3);

doofa documentation built on June 22, 2024, 7:39 p.m.

Related to one in doofa...