Re: [Rd] unexpected lining up of labels in axis(4, hadj=1) (PR#11840)

2008-06-27 Thread ripley
Please explain (I am quoting the FAQ) how you 'are sure you know for certain what it ought to have done'. Please quote and give exact references to the documentation that led you to expect what you expected (but did not actually describe). I would have expected it to work as documented using th

Re: [Rd] plot(type="l") disjoint between 100 and 101st datapoint

2008-06-27 Thread Richard Martin
Hi Dr Sklyar, This is interesting to know - I have just noticed that it also happens every 100 points, there is another disjoint between 200 and 201. I have attached a file showing this. The file was created using the following code: > png("disjoint2.png") > plot(1:210, type="l") > dev.off() Re

[Rd] unexpected lining up of labels in axis(4,hadj=1) (PR#11836)

2008-06-27 Thread rene . locher
Full_Name: Rene Locher Version: 2.7.1 OS: i386-pc-mingw32 Submission from: (NULL) (160.85.231.140) Here is the example: par(las=1,mar=rep(4,4)) plot(c(-1000,1000),axes=FALSE) box() axis(4,hadj=1) ## axis labels are positioned in an awkward way ## I would expect to see label positions like here

Re: [Rd] RBGL not compiling on Debian Lenny with c++ (Debian 4.3.1-2) 4.3.1

2008-06-27 Thread Kasper Daniel Hansen
Hi Mark This issue (I think) was recently discussed on the BioC list. The upshot of that conversation was that Boost (not RBGL) has a problem with GCC 4.3. You'll need to fix the headers of boost which is rather simple, there is a fix in the Bioconductor thread. Kasper On Jun 27, 2008, a

[Rd] RBGL not compiling on Debian Lenny with c++ (Debian 4.3.1-2) 4.3.1

2008-06-27 Thread Mark Kimpel
I've just installed Debian Lenny and RBGL fails compilation with the following errors (sessionInfo() follows). * Installing *source* package 'RBGL' ... untarring boost include tree... ** libs g++ -I/home/mkimpel/R_HOME/R-patched/R-build/lib64/R/include -I/usr/local/include -IboostIncl -fpic -g

Re: [Rd] plot(type="l") disjoint between 100 and 101st datapoint

2008-06-27 Thread Richard Martin
Dear Prof. Ripley, Thanks for your advice; indeed, plotting with cairo is not disjointed and therefore this is a quartz issue. I will inquire further on sig mac. Have a nice weekend, Regards, Richard Martin 2008/6/27 Prof Brian Ripley <[EMAIL PROTECTED]>: > Please, this is specific to your dev

Re: [Rd] plot(type="l") disjoint between 100 and 101st datapoint

2008-06-27 Thread Prof Brian Ripley
Please, this is specific to your device (since png() on MacOS defaults to quartz). So discuss it on R-sig-mac. Try a different device (you do have several of those on your system!) including a different version of png(). I think it is related to the fix for excessively slow plotting in 2.7.0

Re: [Rd] phyper hang (PR#11813)

2008-06-27 Thread maechler
> "MW" == Morten Welinder <[EMAIL PROTECTED]> > on Thu, 26 Jun 2008 03:55:07 +0200 (CEST) writes: MW> Full_Name: Morten Welinder MW> Version: MW> OS: Linux MW> Submission from: (NULL) (69.113.253.99) MW> It appears that phyper hangs for insanely large x, such as

Re: [Rd] plot(type="l") disjoint between 100 and 101st datapoint

2008-06-27 Thread Sklyar, Oleg (MI London)
No, it does not happen here and I tested other ranges as well. Dr Oleg Sklyar Technology Group Man Investments Ltd +44 (0)20 7144 3803 [EMAIL PROTECTED] > -Original Message- > From: Richard Martin [mailto:[EMAIL PROTECTED] > Sent: 27 June 2008 15:32 > To: Sklyar, Oleg (MI London) > Cc:

Re: [Rd] plot(type="l") disjoint between 100 and 101st datapoint

2008-06-27 Thread Sklyar, Oleg (MI London)
I do not see any disjoint on 2.7.0 patched (r45879) or 2.8.0 devel (r45830) on RHEL5 64bit. Dr Oleg Sklyar Technology Group Man Investments Ltd +44 (0)20 7144 3803 [EMAIL PROTECTED] > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Richard Martin >

[Rd] plot(type="l") disjoint between 100 and 101st datapoint

2008-06-27 Thread Richard Martin
Dear All: We have been experiencing networking issues so I don't know if this got through; I can't see it in the archive. My sincere apologies if this appears twice. I may have found an unusual bug and am posting here to see if anyone can reproduce it on their system. First of all, sessionInfo()

Re: [Rd] Problem in conditional looping

2008-06-27 Thread Mathieu Ribatet
Why don't you consider a "while" loop e.g. while (Pij < 0) ##Then you resample according to your code Nadeem Shafique a écrit : Respected All, I am writing a program in R and facing some problem with applying "if statment". Program first draw random numbers from bivariate normal distribution