[R] position of given values labels in coplot

2003-11-10 Thread Tito de Morais Luis
Hello dear listers, I can't find a way to align the given values labels when using coplot. The labels always appear like a stair. Is there a way to modify this ? I searched the help and archives but was unable to find out. Any help would be much appreciated, Tito -- L. Tito de Morais

[R] editor argument in edit()

2003-11-05 Thread Tito de Morais Luis
Hi dear listers, In R 1.7 under linux, if I try to edit a vector, it can be edit using any editor: z- c(1,2,3,4) edit(z) #opens vi edit(z, editor=gnumeric) #opens z in gnumeric edit(z, editor=gedit) #opens z in gedit It is similar in Windows98 (R 1.8) : edit(z) #opens z in notepad edit(z,

Re: [R] Dotchart question

2003-09-05 Thread Tito de Morais Luis
This one is ugly, but works... molprof-data.frame(mol,prof) molprof - molprof[with(molprof,order(mol)), ] dotchart(molprof$mol, labels = as.character(molprof$prof), main = 'Dot chart', xlab = 'Meaning of life score') HTH Tito Le ven 05/09/2003 à 18:30, Peter Flom a écrit : Sorry to keep

Re: [R] Exporting R graphs

2003-08-26 Thread Tito de Morais Luis
Hi, I use jpeg or png to export my graphs and I can edit them with the gimp and add anything to them. I can then export them into several formats, or open the jpeg file with openoffice. As Thomas suggests you can also use xfig. xfig can also export its graphs to many other formats. see ?jpeg and

[R] import statgraphics data files

2003-08-20 Thread Tito de Morais Luis
Hi R listers, I have some *old* statgraphics data files (.asf extension) that I would like to re-analyse. I don't have the statgraphics software anymore. Does anybody know about an utility to convert such files to import them into R ? Thank you for any hint Tito -- L. Tito de Morais UR

[R] stars graphs

2003-08-14 Thread Tito de Morais Luis
Hi listers, A few days ago I posted a question about the use of the stars function on selected lines of a frame. Thanks to two helpers, a closer look at the scale argument allowed to partially solve the problem. Yet I still have a problem with stars. Allow me to explain what I intend to do

Re: [R] stars graphs

2003-08-14 Thread Tito de Morais Luis
Jim Lemon replied directly to me with a helpful function that needs to be adapted. Yet it almost does exactly what I want. I'm posting it so that it appears in the thread as it could be useful to others. Thank you Jim Tito Le jeu 14/08/2003 à 15:28, Jim Lemon a écrit : If I understand this,

[R] size of a pixmap image

2003-08-08 Thread Tito de Morais Luis
Dear listers, I loaded a pixmap image with: brobo - read.pnm(brobo.pnm) I can have the characteristics of the image with: brobo Pixmap image Type : pixmapRGB Size : 609x682 Resolution: 1x1 Bounding box : 0 0 682 609 How can I retrieve the image size ? nrow(brobo)

[R] graph for selected lines in stars()

2003-08-07 Thread Tito de Morais Luis
Dear listers, The following command (derived from the example in the ?stars help page) works : data(mtcars) stars(mtcars[, 1:7]) But the following gives an error: stars(mtcars[1, 1:7]) Error in s.y[i, ] : incorrect number of dimensions I was expecting to have the star graph for the first line

Re: [R] search contrasts tutorial

2003-02-13 Thread Tito de Morais Luis
Hi, Did you look at : http://pbil.univ-lyon1.fr/R/enseignement.html There is a huge list of statistical courses based on R. You may find what you look for. It's in French but this should not be a problem for you ;-) HTH L. Tito Le jeu 13/02/2003 à 17:30, Robert Espesser a écrit : I'm