Displaying 5 results from an estimated 5 matches for "demolomb".
Did you mean:
demolombe
2002 Nov 26
2
clipboard with R
Hi,
how can we copy numeric and/or text data to
the clipboard ? (under windows2000)
It works fine with graphics and I need to do it with text data .
thanks,
regards
Vincent Demolombe
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at sta...
2002 Nov 08
1
Memory R and Windows2000
...he
memory
used by Rgui.exe in window2000 there is no change.
this is strange .
Actually I need to be sure that memory is given back to the system
because the users of the application I wrote under R are opening and closing
big files of data;
can I rely on the gc() function under win2k?
Vincent Demolombe
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !) To: r-help-request at s...
2002 Nov 28
1
function writeClipboard()
Hello,
I am looking for the function writeClipboard() in order to
compile and use it but can't find it neither into R-devel directory
nor in other R directories.
Is this function present or do I search on the wrong place?
Vincent Demolombe
Inra - spo - Montpellier
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)...
2002 Sep 21
2
need help for eval()
Hello,
I need help, after hours trying to do it myself,
to do the following:
I have an object, named, say, F1 from a class "fichier" that I buildt.
this F1 has a slot named datas ,which is a vector, so I can access to
: F1 at datas[1], F1 at datas[2], ...
Now I have a string s="F1 at datas[1]" and need to retreive the real
content of F1 at datas[1] using s.
2002 Sep 10
1
adding a method to a class
Hello,
I don't see how to add a method to a class.
I can add "slots" (and retreive them by : myObject at slot1)
but not methods, for example accessor for these slots
and others functions.
I've read the "methods" library documentation but I can't figure out how to
do this.
Thanks for any help/tips
Vincent