[R] Histogram of multiple series on one histogram

2005-06-03 Thread Depire Alexandre
Hello, I have three sample, for example a-c(10,20,10,20,30) b-c(10,20,20,30,30) c-c(20,20,10) I would like to have only one histogram with these series, I try the following code: hist(a) hist(b,add=TRUE,col=red) hist(c,add=TRUE,col=green) but it's

Re: [R] gR - installation and computation

2005-03-15 Thread Depire Alexandre
Thanks a lot, I precisely search a program to compute IOHMM network, and I don't know if OpenBUGS can do it Le Mardi 15 Mars 2005 17:42, Martyn Plummer a écrit : On Tue, 2005-03-15 at 16:13 +0100, Depire Alexandre wrote: Hello everyone, I would like to use R to compute some special hidden

[R] Compilation of R (linux) package on windows

2005-02-04 Thread Depire Alexandre
Hello, I develop some R package on Linux machine with C subroutines. The programs in C are well compiled on Linux machine and so I have some .so files. Now, I want to do the same work on windows, so I install R (the last version) on windows, with Active Perl and djgpp, which is, as I know, the

Re: [R] Compilation of R (linux) package on windows

2005-02-04 Thread Depire Alexandre
change the name of it in R. Le vendredi 4 Février 2005 18:37, Prof Brian Ripley a écrit : On Fri, 4 Feb 2005, Uwe Ligges wrote: Depire Alexandre wrote: Hello, I develop some R package on Linux machine with C subroutines. The programs in C are well compiled on Linux machine and so I have some

Re: [R] Compilation of R (linux) package on windows

2005-02-04 Thread Depire Alexandre
Is it easier to compute .dll on linux, via cross-compiler ? Le vendredi 4 Février 2005 18:37, Prof Brian Ripley a écrit : On Fri, 4 Feb 2005, Uwe Ligges wrote: Depire Alexandre wrote: Hello, I develop some R package on Linux machine with C subroutines. The programs in C are well compiled

[R] GRASS - R

2005-02-01 Thread Depire Alexandre
Hello, I would like to know if someone uses R with GRASS ( SIG software) . Alexandre DEPIRE INRETS / GARIG __ R-help@stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide!

[R] Compilation of R code

2005-01-07 Thread Depire Alexandre
Hello, I'm a newbie on this list. I have a R code but its execution take a very long time. Is it possible to compile it (in C for example) to decrease the execution time ? -- Alexandre DEPIRE INRETS / GARIG __