Description Usage Arguments Value Author(s) See Also Examples
View source: R/varComp-utilities.R
This is the same as seq(from, to, by)
except that when the sign of by
is wrong, safeseq
returns a zero-length vector rather than throwing an error.
1 |
from |
The same as the |
to |
The same as the |
by |
The same as the |
... |
The same as in |
A vector of the same class as by*(from-to)
, but possibly with length being zero.
Long Qu
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.