Message-ID: <1113590482.14892.387.camel@localhost.localdomain>
Date: 2005-04-15T18:41:22Z
From: Federico Calboli
Subject: How to create a vector with "one", "two", "three", ...?
In-Reply-To: <3b9172310504151130642d84bd@mail.gmail.com>
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