[R] R Package Implementing Kohavi's Wrapper Method for Subset

2008-02-17 Thread Vu Nguyen
Hi List, I am looking for a R package that implements Kohavi & John's wrapper methods for feature subset selection. Do you know whether there is a such kind of R package? Ref: R. Kohavi and G. H. John, “Wrappers for feature subset selection,” Artificial Intelligence, vol. 97, no. 1-2, pp. 273

Re: [R] Pause on graphics

2008-01-16 Thread Vu Nguyen
Sorry, I meant par(ask=TRUE) before each plot. On MacOS, when I ran the my script, it did not wait for input at all. Only the last graph was remaining. Thanks, Vu - Original Message From: Rolf Turner <[EMAIL PROTECTED]> To: Vu Nguyen <[EMAIL PROTECTED]> Cc: R-help@r-proj

[R] Pause on graphics

2008-01-16 Thread Vu Nguyen
My R script needs to pause or wait for a key or mouse on each graph. I used the following statement after each plot par(ask=TRUE) This works on Windows but not on MacOS. Is there any way to pause on graph in MacOS? Thanks, Vu [[alternative HTML version deleted]]