| Line 48... |
Line 48... |
| 48 |
|
48 |
|
| 49 |
\code{seq} is generic, and only the default method is described here.
|
49 |
\code{seq} is generic, and only the default method is described here.
|
| 50 |
Note that it dispatches on the class of the \strong{first} argument
|
50 |
Note that it dispatches on the class of the \strong{first} argument
|
| 51 |
irrespective of argument names. This can have unintended consequences
|
51 |
irrespective of argument names. This can have unintended consequences
|
| 52 |
if it is called with just one argument intending this to be taken as
|
52 |
if it is called with just one argument intending this to be taken as
|
| 53 |
\code{along.with}: it is much better to use \code{seg_along} in that
|
53 |
\code{along.with}: it is much better to use \code{seq_along} in that
|
| 54 |
case.
|
54 |
case.
|
| 55 |
|
55 |
|
| 56 |
\code{seq.int} is an \link{internal generic} which dispatches on
|
56 |
\code{seq.int} is an \link{internal generic} which dispatches on
|
| 57 |
methods for \code{"seq"} based on the class of the first supplied
|
57 |
methods for \code{"seq"} based on the class of the first supplied
|
| 58 |
argument (before argument matching).
|
58 |
argument (before argument matching).
|