Re: [R] Cutting Matrix

2010-12-06 Thread Marty_H
In this case I only get three values back. My intention was to get every value between 10% and 90% i.e. let's say i have a matrix 1 2 3 4 5 6 7 8 9 10 11 12 i only want the values above 10% and under 90%. Maybe i should try it with a loop. -- View this message in context: http://r.789695.n4.

[R] Cutting Matrix

2010-12-06 Thread Marty_H
I have got a matrix with 100 values. Is there a easy way to cut the upper 10% (every value which is above 90%) and the lower 10% of my matrix-values away and create a new matrix with all the rest. Thx for your help Marty -- View this message in context: http://r.789695.n4.nabble.com/Cutting-Ma