Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

16 results for “from:Tito de Morais Luis”

different legends in lattice panels
Tito de Morais Luis · Jan 26, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130126/ac9a6af6/attachment.pl>

different legends in lattice panels
Tito de Morais Luis · Jan 27, 2013 · r-help

An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130127/d9031ade/attachment.pl>

import statgraphics data files
Tito de Morais Luis · Aug 20, 2003 · r-help

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...

position of given values labels in coplot
Tito de Morais Luis · Nov 10, 2003 · r-help

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...

aggregate and sum on some columns fromduplicate rows
Tito de Morais Luis · Feb 28, 2014 · r-help

Hi again, Sorry for disturbing. After posting I suddenly found a solution. As it may help someone else here it goes. df du1 <- duplicated(df[,c("St.Sam","Species")],fromLast = F) du2 <- duplicated(df[,c("St.Sam","Species")],fromLast = T...

search contrasts tutorial
Tito de Morais Luis · Feb 13, 2003 · r-help

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...

size of a pixmap image
Tito de Morais Luis · Aug 7, 2003 · r-help

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...

graph for selected lines in stars()
Tito de Morais Luis · Aug 7, 2003 · r-help

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...

EDCR build from source with namespace problem
Tito de Morais Luis · Apr 19, 2013 · r-help

Hi R community, I am running R version 2.15.3 (2013-03-01) -- "Security Blanket" on a Linux Ubuntu 12.10 i686 I tried to install EDCR from : ftp://orpheus.pfeg.noaa.gov/outgoing/EDC/R/EDCR_1.0...

Dotchart question
Tito de Morais Luis · Sep 5, 2003 · r-help

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...

Exporting R graphs
Tito de Morais Luis · Aug 26, 2003 · r-help

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...

editor argument in edit()
Tito de Morais Luis · Nov 5, 2003 · r-help

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...

EDCR build from source with namespace problem
Tito de Morais Luis · Apr 21, 2013 · r-help

Thank you very much Roy. I will the wait Luis Tito Le 19/04/2013 15:48, Roy Mendelssohn - NOAA Federal a ?crit : > Several changes in R and in Java broke the code in EDCR. We have in beta a...

stars graphs
Tito de Morais Luis · Aug 14, 2003 · r-help

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...

stars graphs
Tito de Morais Luis · Aug 13, 2003 · r-help

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...

aggregate and sum on some columns fromduplicate rows
Tito de Morais Luis · Feb 28, 2014 · r-help

Hi list, I have a dataframe df looking like this one: St.Sam Sp Var1 Var2 NT PT ST1.S1 Sp1 12 aa 20 32 ST1.S1 Sp2 32 bb 45 26 ST1.S1 Sp1 12 aa 3 5 ST1...

Can't find what you're looking for? Try searching with Google .