[R] convert a vector of words into a matrix

Patrick Burns pburns at pburns.seanet.com
Thu Jul 24 10:35:21 CEST 2008


And what should the matrix look like?


Patrick Burns
patrick at burns-stat.com
+44 (0)20 8525 0696
http://www.burns-stat.com
(home of S Poetry and "A Guide for the Unwilling S User")

Daren Tan wrote:
> How to convert the strings into matrix ?
>  
> (strings <- strsplit(c("1 2 3", "1 2", "1 3 4 5"), " "))[[1]][1] "1" "2" "3"
> [[2]][1] "1" "2"
> [[3]][1] "1" "3" "4" "5"
>  
> _________________________________________________________________
> Easily edit your photos like a pro with Photo Gallery.
>
> 	[[alternative HTML version deleted]]
>
> ______________________________________________
> R-help at r-project.org mailing list
> https://stat.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
> and provide commented, minimal, self-contained, reproducible code.
>
>
>



More information about the R-help mailing list