[R] matlab-like constant matrix initialization?

Gabor Grothendieck ggrothendieck at gmail.com
Mon Jan 30 15:51:28 CET 2006


Do you mean they are in the clipboard in the format shown?
If that is the case then do this:

  as.matrix(read.table("clipboard"))


On 1/30/06, Michael <comtech.usa at gmail.com> wrote:
> Hi all,
>
> Suppose I have the following matrix which is a constant matrix I've copied
> from some other document:
>
> 1.2  3.4 1.4 ...
> 2.3  3.7 2.6 ...
> ...
>
> How do I make it into a matrix or array in R?
>
> What is the fastest way of initializing a constant matrix with this
> copy/pasted values?
>
> Thanks a lot!
>
>        [[alternative HTML version deleted]]
>
> ______________________________________________
> 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