Honestly this is the most creative method I've seen.

Thank you for giving me courage to continue exploring R... I had almost
decided to give up feeling that the language is so inconvinient and
counter-intuitive.

On 1/30/06, Gabor Grothendieck <[EMAIL PROTECTED]> wrote:
>
> 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 <[EMAIL PROTECTED]> 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@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
> >
>

        [[alternative HTML version deleted]]

______________________________________________
R-help@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

Reply via email to