Description Usage Arguments Value Examples
View source: R/f0.rbsb1.code.r
This function returns 1:nb when nb > 0 and
numeric(0) otherwise.
Quite useful to prevent starting a
loop of length nought
1 | bc(nb)
|
nb |
length of the loop |
1:nb if nb > 0 else numeric(0).
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.