powered by
Rough equivalent of seq() for onions.
seq()
seq_onion(from=1,to=1,by=((to-from)/(length.out-1)),length.out=NULL,slerp=FALSE, ...)
Onion for start of sequence
Onion for end of sequence
Onion for interval
Length of vector returned
Boolean, with default FALSE meaning to use linear interpolation and TRUE meaning to use spherical linear interpolation (useful for animating 3D rotation)
FALSE
TRUE
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)
Run the code above in your browser using DataLab