seq | R Documentation |
Rough equivalent of seq()
for onions.
seq_onion(from=1,to=1,by=((to-from)/(length.out-1)),length.out=NULL,slerp=FALSE, ...)
from |
Onion for start of sequence |
to |
Onion for end of sequence |
by |
Onion for interval |
length.out |
Length of vector returned |
slerp |
Boolean, with default |
... |
Further arguments (currently ignored) |
Robin K. S. Hankin
seq(from=O1,to=Oil,length.out=6)
seq(from=H1,to=(Hi+Hj)/2,len=10,slerp=TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.