[R] Take each one cell

Sean Davis sdavis2 at mail.nih.gov
Mon May 2 14:39:10 CEST 2005


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
>




More information about the R-help mailing list