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/20111219/487334eb/attachment.pl>
An embedded and charset-unspecified text was scrubbed... Name: not available URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20121129/dbdcea40/attachment.pl>
Hi, please help me, I want to have a functional Rcmdr but after install as indicated in: http://socserv.mcmaster.ca/jfox/Misc/Rcmdr/installation-notes.html obtain the following: Loading Tcl/Tk interface ... done Loading required package: car Loading...
Mohsen, Check at Bioconductor. Andr?s > El 03/03/2016, a las 9:43, Mohsen Jafarikia <jafarikia at gmail.com> escribi?: > > Hello everyone: > > I have about a couple of thousands of samples each with about 100 SNP > genotypes and I...
Dear all, I'm trying to analyze data with the following structure: ind cat tx age 40.2 por fol peq vh 35 41.9 por fol med vh 35 68.9 por fol preov vh 35 71.5 por...
Hi Elaine, In your dataset create a vector with the order in which you want appear the levels, then use that vector in the argument "reorder". Andr?s AM El 24/02/2013, a las 00:59, Elaine Kuo <elaine...
Hi, Could you send a sample of your data frame? Andr?s > El 4 feb 2021, a las 7:07, Mahmood Naderan-Tahan <mahmood.naderan at ugent.be> escribi?: > > Hi, > > I tried to run the HCPC example [1] in the...
Enrico, This may help you: text(locator(1), "*", cex=1.5,adj=0.5 and text(locator(1), "?", cex=1.5,adj=0.5 Draw your plot, then write the code, locate the cursor on your plot, put the symbols...
Hi, Try some like this: c <- ggplot(mtcars, aes(qsec, mpg, colour=factor(cyl))) c + stat_smooth(aes(group=cyl))+stat_smooth(aes(fill=factor(cyl)))+geom_point() Andr?s AM 2011/10/3, Thomas Adams <Thomas.Adams at noaa...
Hi, Just do the following: > tran<-c(7.2) > tgrid<-c(7.1,7.4,7.3,7.1,7.3) > tgrid<-tgrid-tran > tgrid [1] -0.1 0.2 0.1 -0.1 0.1 > abs(tgrid[tgrid>0...
Dear all, Thanks for your help. Option of Sarah and Dan is just what I want: ff1<-mydata[mydata$cat%in%c(?wish1?, ?wish2?, ?wish3?),] Then I used ff1 in ggplot2 without problems. Option of Dennis (reshape2) does produced an...
Francesco, Try cex.axis=0.6 Regards, Andr?s AM 2011/10/12, Francesco Sarracino <f.sarracino at gmail.com>: > Dear R-listers, > > I have a little problem with a boxplot and I hope you can help me figuring > it...
Hi Saalem, Check the following: http://www.cookbook-r.com/Graphs/Multiple_graphs_on_one_page_(ggplot2)/ Regards, Andr?s AM El 18/04/2013, a las 09:47, Saalem Adera <saalemadera at gmail.com> escribi?: > Hi all, > > I want...
Can't find what you're looking for? Try searching with Google .