search for: acurrently

Displaying 3 results from an estimated 3 matches for "acurrently".

Did you mean: currently
2004 Jan 26
5
conditional assignment
Hi all I want to conditionally operate on certain elements of a matrix, let me explain it with a simple vector example > z<- c(1, 2, 3) > zz <- c(0,0,0) > null <- (z > 2) & ( zz <- z) > zz [1] 1 2 3 why zz is not (0, 0, 3) ????? the null <- assignment is to keep the console silent in the other hand, it curious that null has reasonable values > null [1]
2010 Jun 08
0
change notify or something
Hello all, I hope someone could help me to find some (either Samba or Windows XP) configuration settings which would solve the following problems we ar acurrently facing or identify the below described problem being a bug eventually. We have a production Samba 3.5.1 with CTDB clustering on top of GPFS filesystem. Samba is a Windows domain member server serving a number of SMB shares. The strange behavior we see is as follows: Two client systems (Win XP) hav...
2004 Feb 20
9
R: Including R plots in a Microsoft Word document
Greetings List, I am conducting some large simulations using R. As a result, I get many plots but I'm having some trouble with including some of them in a Microsoft Word document. Can any one tell me the easiest method of having copies of the R-graphs in the Word documents? Best regards Mahmoud [[alternative HTML version deleted]]