Displaying 4 results from an estimated 4 matches for "pedrovl".
Did you mean:
pedro
1998 May 07
3
R-beta: scripting with R?
.../* File Input/Output */
int R_Interactive = 1; /* Interactive? */
int R_Quiet = 0; /* Be Quiet */
[...]
Can someone help me on that? Thanks in advance.
Oh! .... and thanks a lot to everybody that made R!
--
Pedro Vale Lima
email: eq3pvl at eq.uc.pt, pedrovl at yahoo.com
Chemical Eng. Dep.
Coimbra University
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http...
1998 May 07
3
R-beta: scripting with R?
.../* File Input/Output */
int R_Interactive = 1; /* Interactive? */
int R_Quiet = 0; /* Be Quiet */
[...]
Can someone help me on that? Thanks in advance.
Oh! .... and thanks a lot to everybody that made R!
--
Pedro Vale Lima
email: eq3pvl at eq.uc.pt, pedrovl at yahoo.com
Chemical Eng. Dep.
Coimbra University
_________________________________________________________
DO YOU YAHOO!?
Get your free @yahoo.com address at http://mail.yahoo.com
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http...
1998 May 21
1
R-beta: Problem instaling e1071
I was trying to install e1071 and the compilation failed. Can some of
you R gurus help me with this...
thanks
pedro
----
Installing package `e1071' ...
libs
gcc -g -fpic -I/usr/local/R/include -c pgm.c -o pgm.o
pgm.c:19: pgm.h: No such file or directory
make: *** [pgm.o] Error 1
cp: src-c/*.so: No such file or directory
R
DONE
-----
Pedro Vale Lima
Dep. Chemical Eng.
1998 Jun 06
1
R-beta: Problem with Multi-Figure Plots
I was trying to make some multi figure plots and I had some strange
problems. I'm using R 0.61.2. When I make this plot
>postscript(file="timeplot5.ps",horizontal=TRUE)
>par(mfrow=c(2,2))
>plot(dados$a1)
>plot(dados$a2)
>plot(dados$a3)
>plot(dados$a4)
The last panel is ploted without the box and it is always ploted in
landscape mode. Can anyone reproduce this