Skip to content
Prev 3422 / 15075 Next

R-SIG-Mac Digest, Vol 48, Issue 10

Have you tried just using the = sign?


Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

 > x = seq(1,10,1)
 > x
[1]  1  2  3  4  5  6  7  8  9 10
 >


Ken

--
Kenneth E. Nussear, Ph.D.
Research Herpetologist, USGS
(702) 564-4515  Fax  (702) 564-4600
knussear at usgs.gov
On Feb 11, 2007, at 3:00 AM, r-sig-mac-request at stat.math.ethz.ch wrote: