The R Project SVN R

Rev

Rev 61150 | Rev 68948 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 61150 Rev 61433
Line 51... Line 51...
51
  case.
51
  case.
52
 
52
 
53
  \code{seq.int} is an \link{internal generic} which dispatches on
53
  \code{seq.int} is an \link{internal generic} which dispatches on
54
  methods for \code{"seq"} based on the class of the first supplied
54
  methods for \code{"seq"} based on the class of the first supplied
55
  argument (before argument matching).
55
  argument (before argument matching).
56
  
56
 
57
  Typical usages are
57
  Typical usages are
58
\preformatted{seq(from, to)
58
\preformatted{seq(from, to)
59
seq(from, to, by= )
59
seq(from, to, by= )
60
seq(from, to, length.out= )
60
seq(from, to, length.out= )
61
seq(along.with= )
61
seq(along.with= )