Re: [Rd] need some help in plotting xy graph

2008-05-20 Thread Deepayan Sarkar
On 5/20/08, Kurapati, Ravichandra (Ravichandra) <[EMAIL PROTECTED]> wrote: > > > Hi > > > >Dataframefdf contains > > > > bin rate overlay > > 1 1 90 Assign First/cc _from_SN_53 RNC_20_to_SN_50 RNC_21_Success > Rate > > 2 2

[Rd] need some help in plotting xy graph

2008-05-20 Thread Kurapati, Ravichandra (Ravichandra)
Hi Dataframefdf contains bin rate overlay 1 1 90 Assign First/cc _from_SN_53 RNC_20_to_SN_50 RNC_21_Success Rate 2 2 93 Assign First/cc _from_SN_53 RNC_20_to_SN_50 RNC_21_Success Rate 3 1 90 Assign First/cc _fr

Re: [Rd] interrupting native code

2008-05-20 Thread Luke Tierney
On Tue, 20 May 2008, Kjell Konis wrote: I would actually prefer a mechanism that simply returns a flag indicating that an interrupt has been requested. Then I would be able to clean up and return on my own - no longjmp required. Whether that makes sense depends on why the jump is being taken.

Re: [Rd] interrupting native code

2008-05-20 Thread Simon Urbanek
On May 20, 2008, at 10:58 AM, Kjell Konis wrote: I would actually prefer a mechanism that simply returns a flag indicating that an interrupt has been requested. Then I would be able to clean up and return on my own - no longjmp required. Also, it would be useful if there was a function sim

Re: [Rd] quartz identify bug (PR#11491)

2008-05-20 Thread Simon Urbanek
Olivier, On May 20, 2008, at 9:30 AM, [EMAIL PROTECTED] wrote: Full_Name: olivier Version: 2.7.0 OS: mac os 10.5.2 Submission from: (NULL) (62.39.72.218) Identify function does not work properly. Esc button does not stop the process and R crashes. Can you send a reproducible example of the

Re: [Rd] S4 generic for lowess

2008-05-20 Thread Henrik Bengtsson
A quick comment on design: On Tue, May 20, 2008 at 1:41 AM, Iago Mosqueira <[EMAIL PROTECTED]> wrote: > Hi, > > A lowess method is defined in our package for one of our S4 classes. To > explicitely define the generic this is being used > > if (!isGeneric("lowess")) > setGeneric("lowess", useAsDef

Re: [Rd] interrupting native code

2008-05-20 Thread Kjell Konis
I would actually prefer a mechanism that simply returns a flag indicating that an interrupt has been requested. Then I would be able to clean up and return on my own - no longjmp required. Also, it would be useful if there was a function similar to R_ProcessEvents that only dealt with keepi

[Rd] quartz identify bug (PR#11491)

2008-05-20 Thread olivier
Full_Name: olivier Version: 2.7.0 OS: mac os 10.5.2 Submission from: (NULL) (62.39.72.218) Identify function does not work properly. Esc button does not stop the process and R crashes. On qqplots graphic, identify() does not find any points. It is a serious problem, I can't identify points witho

Re: [Rd] using zlib in a package: problems in windows

2008-05-20 Thread Ramon Diaz-Uriarte
Dear Prof. Ripley, Thanks. Best, R. On Tue, May 20, 2008 at 7:44 AM, Prof Brian Ripley <[EMAIL PROTECTED]> wrote: > gzprintf is not in Rzlib.dll. It has been commented out in the R build. > So you will need to use you own copy of zlib. > > On Tue, 20 May 2008, Ramon Diaz-Uriarte wrote: > >> De

[Rd] S4 generic for lowess

2008-05-20 Thread Iago Mosqueira
Hi, A lowess method is defined in our package for one of our S4 classes. To explicitely define the generic this is being used if (!isGeneric("lowess")) setGeneric("lowess", useAsDefault = lowess) This works fine for many other methods inherited from various R packages. In this case a warning i