Description Usage Arguments Value Examples
View source: R/f0.rbsb1.code.r
This function returns n1:n2 when n1<=n2 and
numeric(0) otherwise.
Quite useful when some insertion must
be done within a sequence
1 | bd(n1, n2)
|
n1 |
first element |
n2 |
second element |
n1:n2 if n1<n2 else numeric(0).
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.