see ?sapply and ?for
Sean
----- Original Message -----
From: "Jan Sabee" <jan.sabee at gmail.com>
To: <r-help at stat.math.ethz.ch>
Sent: Monday, May 02, 2005 8:23 AM
Subject: [R] Take each one cell
> Are there any way to take
>> x <- c("0", "large", "medium",
"small")
>> x
> [1] "0" "large" "medium"
"small"
>>
>
> like
>
> x="0"
> x="large"
> x="medium"
> x="small"
>
>
> Best regards
> Jan Sabee
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
> http://www.R-project.org/posting-guide.html
>