Re: [R] hi friends, is there any wait function in R

2009-07-15 Thread Petr PIKAL
Hi deepak m r deepak...@gmail.com napsal dne 14.07.2009 16:07:16: Hi, I am not an expert to debug the R can u please help. best regards deepak See fortune(brain) You does not need to debug R. I believe R-Core will do it for you (If you really find some bug in R, which seems to be

[R] hi friends, is there any wait function in R

2009-07-14 Thread deepak m r
hi, is there any wait function in R. I am running one R script to plot many graphs it is in the for loop. its showing no error but its not plotting well I think i can solve this problem with a wait function. Please help me in this regards. If u need any clarification about programme. u can find

Re: [R] hi friends, is there any wait function in R

2009-07-14 Thread ONKELINX, Thierry
-help@r-project.org Onderwerp: [R] hi friends, is there any wait function in R hi, is there any wait function in R. I am running one R script to plot many graphs it is in the for loop. its showing no error but its not plotting well I think i can solve this problem with a wait function. Please

Re: [R] hi friends, is there any wait function in R

2009-07-14 Thread deepak m r
Hi, Empty plot is getting i dont know why. can u please clarify how can i use Print function instead of plot function. best regards deepak On Tue, Jul 14, 2009 at 7:48 AM, Petr PIKALpetr.pi...@precheza.cz wrote: Hi For this type of problems I do multipage pdf. pdf(file, ) for (i in

Re: [R] hi friends, is there any wait function in R

2009-07-14 Thread deepak m r
Hi, where can i use this par(ask=TRUE) function i tried before dev.off() code but it is again the same. best regards, Deepak On Tue, Jul 14, 2009 at 8:56 AM, deepak m rdeepak...@gmail.com wrote: Hi,    Empty plot is getting i dont know why. can u please clarify how can i use Print function

Re: [R] hi friends, is there any wait function in R

2009-07-14 Thread Duncan Murdoch
On 7/14/2009 8:56 AM, deepak m r wrote: Hi, Empty plot is getting i dont know why. can u please clarify how can i use Print function instead of plot function. You need print() if you are using grid-based graphics (lattice, ggplot2,...) in a script. You are using classic graphics so it

Re: [R] hi friends, is there any wait function in R

2009-07-14 Thread deepak m r
Hi, I am not an expert to debug the R can u please help. best regards deepak On Tue, Jul 14, 2009 at 10:06 AM, deepak m rdeepak...@gmail.com wrote: Hi, On Tue, Jul 14, 2009 at 9:38 AM, Duncan Murdochmurd...@stats.uwo.ca wrote: On 7/14/2009 8:56 AM, deepak m r wrote: Hi,    Empty plot

Re: [R] hi friends, is there any wait function in R

2009-07-14 Thread deepak m r
Hi, On Tue, Jul 14, 2009 at 9:38 AM, Duncan Murdochmurd...@stats.uwo.ca wrote: On 7/14/2009 8:56 AM, deepak m r wrote: Hi,    Empty plot is getting i dont know why. can u please clarify how can i use Print function instead of plot function. You need print() if you are using grid-based

Re: [R] hi friends, is there any wait function in R

2009-07-14 Thread Duncan Murdoch
On 7/14/2009 10:07 AM, deepak m r wrote: Hi, I am not an expert to debug the R can u please help. No, because you haven't given us anything to work with. Simplify your example to something we can run, explain what you see and what you think you should see, and then maybe one of us could

Re: [R] hi friends, is there any wait function in R

2009-07-14 Thread deepak m r
hi, first plot command and legend commands are working but lines command is not working i dont know how it happening so. can u please help. best regards deepak On Tue, Jul 14, 2009 at 10:32 AM, Duncan Murdochmurd...@stats.uwo.ca wrote: On 7/14/2009 10:07 AM, deepak m r wrote: Hi,   I am not