Displaying 4 results from an estimated 4 matches for "mauron".
Did you mean:
mauro
2005 Mar 17
3
Compiling "R Embedded" examples
Hi,
This question was first posted wrongly on R-help. Apologize for the inconvenience.
I am working at a major financial institution and we would like to embed R in one of our front office application.
The application is written in C/C++ so I started by trying to compile the examples in "tests/Embedding" of R 2.0.1.
I have modified "tests/Embedding/Makefile" according to
2007 Jul 25
3
Operator > and <
Hello,
I'am new to the R world and have a lot of question but the first is : How to
deal with <> opertor in table objects? (Or how to deal with <> in
general...) I explain my problem.
I read a file with the read.table expression. I then obtain a matrix. I read
the first line for example with the commande data[,1]. Then I would like to
select only the element in this line that
2005 Mar 17
1
Compiling "embedding R" examples
Hi,
I am working at a major financial institution and we would like to embed R in one of our front office application.
The application is written in C/C++ so I started by trying to compile the examples in "tests/Embedding" of R 2.0.1.
I have modified "tests/Embedding/Makefile" according https://stat.ethz.ch/pipermail/r-help/2005-February/064341.html
and set
2008 Feb 09
1
scatterplot3d to display text
Dear all,
I'm looking for a way to display text (label) in a scatterplot3d instead of
the default dot. I mean someting like the text() function which can be
associated with plot(). Do you think this is possible ?
My second question is quite well covered by some threads but I haven't been
able to find a definitive way of doing. Is there a way to enable rotation in
a scatterplot3d ?