Description Usage Arguments Details Author(s) Examples
Simplified version of seq()
for three-velocities.
1 2 |
from,to |
Start and end of sequence |
len |
Length of vector returned |
... |
Further arguments (currently ignored) |
seq(a,b,n)
returns a + t*(-b+a)
where t
is
numeric vector seq(from=0,to=1,len=n)
.
This definition is one of several plausible alternatives, but has the
nice property that the first and last elements are exactly equal to
the a
and b
respectively.
Robin K. S. Hankin
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.