Learn R Programming

PERMANOVA (version 0.2.0)

Ones: Matrix of ones

Description

Square matrix of ones

Usage

Ones(n)

Arguments

n

Order of the matrix.

Value

A matrix of ones of order n.

Details

Square matrix of ones.

Examples

Run this code
# NOT RUN {
Ones(6)
# }

Run the code above in your browser using DataLab