search for: solecs

Displaying 2 results from an estimated 2 matches for "solecs".

Did you mean: select
2012 Apr 10
3
WoW not running under Wine
Hey, I installed Wine the other day on my Crunchbang linux machine. Trying to completely switch over to linux. I have a no install version of WoW that I used on my Windows xp machine and it worked great, besides the low frame rate but the laptop I was using is old (Dell Inspiron 1525). I then try to us it under Wine I can't even see the login screen for WoW, I can hear the sounds and
2003 Jul 14
2
Subsetting a matrix
I'd welcome some comments or advice regarding the situation described below. The following illustrates what seems to me to be an inconsistency in the behaviour of matrix subsetting: > Z<-matrix(c(1.1,2.1,3.1,1.2,2.2,3.2,1.3,2.3,3.3),nrow=3) > Z [,1] [,2] [,3] [1,] 1.1 1.2 1.3 [2,] 2.1 2.2 2.3 [3,] 3.1 3.2 3.3 > dim(Z) [1] 3 3 >