[R] Setting intial path under windows to MyComputer in Interactive file browser

2006-02-15 Thread Laetitia Marisa
Hello everyone, How can I specify in tcltk file browser the initial directory to MyComputer in Windows where Drives and Partition are accessible? And just a little question if anyone knows, is there a way to use the function choose.files under windows to select a directory? Thanks a lot for

[R] Number of replications of a term

2006-01-24 Thread Laetitia Marisa
Hello, Is there a simple and fast function that returns a vector of the number of replications for each object of a vector ? For example : I have a vector of IDs : ids - c( ID1, ID2, ID2, ID3, ID3,ID3, ID5) I want the function returns the following vector where each term is the number of

Re: [R] Number of replications of a term

2006-01-24 Thread Laetitia Marisa
It is great! It takes now less than 1 second (with the table function (0.34'), 2 sec with the ave function (1.91') ) with my big data and only two lines of code ;). Thanks a lot every one. Regards, Laetitia. Laetitia Marisa [EMAIL PROTECTED] writes: Hello, Is there a simple and fast

[R] Display on Windows console from script

2004-07-27 Thread Laetitia Marisa
=Select gpr files, filters = matrix(c(genepix file,*.gpr), nc=2, byrow=T)) The popup browse window is first displayed and once I've selected my files the cat IMPORT... is displayed. What can I do to make my displays appear at the right time? Thanks a lot. Laetitia Marisa

[R] choose.files function under unix

2004-05-06 Thread Laetitia Marisa
Hello, I can't find the choose.files function under my unix system that is by default under windows. Does this function exist for unix? Thanks. Laetitia __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.ch/mailman/listinfo/r-help PLEASE do

[R] Graphic size with X11 device

2004-05-05 Thread Laetitia Marisa
Hello, I have done a script that make multiple graphics : one graphic per columns of my data matrix and one x11 window every 4 graphcis. For example, if my matrix has 6 columns, there will appears one x11 window with 4 graphics and a second one with the last 2 graphics. I wanted that all

[R] Prompt / Console problem

2004-02-03 Thread Laetitia Marisa
Hi, I have R installed under a Mandrake linux system and I don't have shell utilities any more under my R console such as completion when writing a file path, back and forth in the history, bindkeys... Moreover when I quit R by saving, no .Rhistory file is created while the .Rdata is. I don't

[R] R and pointer

2003-08-29 Thread Laetitia Marisa
Hi everyone, I want to write a function that modify directly variables passed as parameters (the equivalent in C language of *ptr/ptr) so that I don't have to return a list and to reaffect all my variables. Is it possible to do so in R? Thanks a lot. Laetitia Marisa