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.
Hi, I looked at the download counts retrieved via the function cran_downloads in the package cranlogs. According to the documentation, download counts from the RStudio CRAN mirror are retrieved. Are requests from other mirrors included, or can each download...
Dear Rasmus, thanks, that works, too. Great! Best, Robin On 3/10/21 5:22 PM, Rasmus Liland wrote: > Hello there again, > > Sorry, I missed that part in the middle > about set.seed. As per [1], you need to > run...
Hi, what about this one? ggplot(data=mpg[mpg$year==1999,], aes(x=displ, y=hwy))+ geom_point() Best, Robin On 10/21/20 3:37 PM, Engin Y?lmaz wrote: > Dear > > I use dataset , as called "mpg" > > This is...
Dear Rasmus, there is no difference in the small exmaple, because there is only one point per year. If you use the example with multiple points per year, you will see the difference. Best, Robin On 3/10/21 3...
Dear Gerrit, thanks a lot; it works with beeswarm and pwcol=df$color. Best, Robin On 3/10/21 3:04 PM, Gerrit Eichner wrote: > Dear Robin, > > if you study stripchart's code (graphics:::stripchart) carefully > you will find out...
Dear fellow R users, I'd like to color individual points in a stripchart. This works well as long as I have only a single value per y axis category: df <- data.frame(year = seq(2011, 2018), value = seq(10...
Hi, I'll coded your example into R code: Table_A <- c('abc at gmail.com', 'John Chan', '0909') Table_A <- rbind(Table_A, c('bcd at yahoo.com', 'Tim Ma', '89089')) colnames(Table_A) <- c('Email', 'Name', 'Phone') Table...
Can't find what you're looking for? Try searching with Google .