unity {infoDecompuTE} | R Documentation |
Construct a unity vector
Description
Construct a vector with all elements unity.
Usage
unity(n)
Arguments
n |
a numeric describe the length of vector. |
Value
This function returns a n \\times 1
matrix will all elements
unity.
Author(s)
Kevin Chang
References
John J, Williams E (1987). Cyclic and computer generated Designs. Second edition. Chapman & Hall.
Examples
unity(10)
[Package infoDecompuTE version 0.6.2 Index]