one {doofa} | R 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);
[Package doofa version 1.0 Index]