next_discrete_finite | R Documentation |
*_discrete_finite
finds discrete values from a
finite set of possibilities. *_discret_natural
finds
discrete values amongst the natural numbers (including 0).
next_discrete_finite(x, from, n, include_from)
prev_discrete_finite(x, from, n, include_from)
next_discrete_natural(from, n, include_from)
prev_discrete_natural(from, n, include_from)
x |
A vector of all possible discrete values. |
n |
Number of discrete values to find. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.