seq function - RDocumentation

<p>Generate regular sequences. <code>seq</code> is a standard generic with a default method. <code>seq.int</code> is a primitive which can be much faster but has a few restrictions. <code>seq_along</code> and <code>seq_len</code> are very fast primitives for two common cases.</p>