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