[R] How two compare two matrixes
P Ehlers
ehlers at ucalgary.ca
Fri Mar 4 18:37:22 CET 2011
Alaios wrote:
> That's the problem
> Even a 10*10 matrix does not fit to the screen (10 columns do not fit in one screen's row) and thus I do not get a well aligned matrix printed.
>
I don't see why you would want to do this, but you
could always invoke two instances of R and create
one matrix in one and the other in the second.
Peter Ehlers
> This is that makes comparisons not that easy to the eye.
> From the other hand with edit(mymatrix) I get scrolls so I can scroll to one row and see only the area I want to focus in. Problem with edit is that it blocks cli and thus I can not have two edits running at the same time.
>
> I would like to thank you in advacne for your help
>
> Regards
> Alex
>
> --- On Fri, 3/4/11, Philipp Pagel <p.pagel at wzw.tum.de> wrote:
>
>> From: Philipp Pagel <p.pagel at wzw.tum.de>
>> Subject: Re: [R] How two compare two matrixes
>> To: r-help at r-project.org
>> Date: Friday, March 4, 2011, 8:04 AM
>>> Dear all I have two 10*10
>> matrixes and I would like to compare
>>> theirs contents. By the word content I mean to check
>> visually (not
>>> with any mathematical formulation) how similar are the
>> contents.
>>
>> If they are really only 10x10 you can simply print them
>> both to the
>> screen and look at them. I'm not sure what else you could
>> do if you
>> are not interested in a specific distance emasure etc.
>>
>> cu
>> Philipp
>>
>> --
>> Dr. Philipp Pagel
>> Lehrstuhl für Genomorientierte Bioinformatik
>> Technische Universität München
>> Wissenschaftszentrum Weihenstephan
>> Maximus-von-Imhof-Forum 3
>> 85354 Freising, Germany
>> http://webclu.bio.wzw.tum.de/~pagel/
>>
>> ______________________________________________
>> 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.
>>
>
>
>
>
> ______________________________________________
> 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