Description Usage Arguments Value Author(s) Examples
Checks if all the entries of a vector are 0 or 1.
1 |
x |
The vector to check |
The logical result.
Jose Luis Vicente-Villardon
1 2 | x=c(0, 0, 0, 0, 1, 1, 1, 2)
BinaryVectorCheck(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.