Description Usage Arguments Details Value Examples
A function checking whether a vector is already a row of a matrix.
This function is called by createTest
while generating numeric sequences for the test.
1 | duplicate(mx, vec)
|
mx |
a matrix in which function |
vec |
a vector for which a specified matrix is searched |
Length of the vector must be equal to the number of columns in the searched matrix.
This function can return two values
TRUE |
means that such vector already is in the matrix |
FALSE |
means that no such vector is in the matrix |
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.