Ones {PERMANOVA} | R Documentation |
Matrix of ones
Description
Square matrix of ones
Usage
Ones(n)
Arguments
n |
Order of the matrix. |
Details
Square matrix of ones.
Value
A matrix of ones of order n.
Author(s)
Jose Luis Vicente-Villardon
Examples
Ones(6)
[Package PERMANOVA version 0.2.0 Index]