[R] Minor documentation issue

Vivek Satsangi vivek.satsangi at gmail.com
Sat Apr 22 03:26:27 CEST 2006


(Sorry about the last email which was incomplete. I hit 'send' accidentally).

I looked at ?seq. One of the forms given under "Usage" is seq(from).
This would be the form used if seq is called with only one argument.
However, this should actually say seq(to). For example,
> seq(1)
[1] 1
> seq(3)
[1] 1 2 3

Cheers,
--
-- Vivek Satsangi
Rochester, NY USA




More information about the R-help mailing list