[R] How to convert a list to a matrix

Sean Davis sdavis2 at mail.nih.gov
Thu Feb 3 16:39:14 CET 2005


Will do.call('rbind',yourlist) do what you want?

Sean

On Feb 3, 2005, at 10:08 AM, michael watson ((IAH-C)) wrote:

> Hi
>
> Sorry to ask such a basic question.  I have a list, each element of
> which is a vector of two values.  What I actually want is a matrix with
> two columns, and one row per element of the list.  Obviously I have
> tried as.matrix(), and as.vector() but I didn't expect the latter to
> work.
>
> I feel so lame asking this.  Any suggestions?
>
> Mick
>
> ______________________________________________
> 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