Description Usage Arguments Examples
Counts the number of times the given number n appears in the given vector vect.
1 | count(vect, n)
|
vect |
a vector of values |
n |
a number to be compared to the vector |
1 | count(vect = 1:5, n = 4)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.