[R] How to create a vector with "one", "two", "three", ...?

Federico Calboli f.calboli at imperial.ac.uk
Fri Apr 15 20:41:22 CEST 2005


On Fri, 2005-04-15 at 14:30 -0400, Frank Duan wrote:
> Hi R people,
> 
> I met a naive prolem. Could anyone give me a hint how to create such a
> vector with entries: "one", "two", "three", ...?

rvect <- c("one", "two", "three")
rvect
[1] "one"   "two"   "three"


Is it what you want?

F

-- 
Federico C. F. Calboli
Department of Epidemiology and Public Health
Imperial College, St Mary's Campus
Norfolk Place, London W2 1PG

Tel  +44 (0)20 7594 1602     Fax (+44) 020 7594 3193

f.calboli [.a.t] imperial.ac.uk
f.calboli [.a.t] gmail.com




More information about the R-help mailing list