Description Usage Arguments Value
This is a wrapper around seq that adds constraints. Setting ascending, descending to NA reverts to
standard seq
behaviour.
1 |
from |
starting value |
to |
ending value |
... |
parameters passed on to |
ascending |
restrict sequences to be ascending; return empty list if to < from |
descending |
restrict sequences to be descending; return empty list if from < to |
neg |
boolean to indicate wheter sequence should be negated before return |
sequence from from
to to
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.