sq.pe: Function that carries out generating the permutation matrix.

Description Usage Arguments Details Value Note Author(s) References Examples

View source: R/sq.pe.R

Description

Enter lower and upper bound of a sequence to generate a permuation matrix.

Usage

1
sq.pe(r1, r2, v)

Arguments

r1

lower bound of sequence

r2

upper bound of sequence

v

number of columns to generate

Details

Use function to generate matrix.

Value

A matrix.

Note

thank you.

Author(s)

Eric Golinko

References

none.

Examples

1
#sq.pe(0,1,3)

seqPERM documentation built on May 30, 2017, 4:03 a.m.