[R] Interpretation of download counts of r packages using cranlogs::cran_downloads

2021-09-08 Thread Dr. Robin Haunschild
from a real user? Best regards, Robin -- Dr. Robin Haunschild Max Planck Institute for Solid State Research Heisenbergstr. 1 D-70569 Stuttgart (Germany) phone: +49 (0) 711-689-1285 fax: +49 (0) 711-689-1292 email: r.haunsch...@fkf.mpg.de http://www.fkf.mpg.de/ivs Publons: https://publons.com

Re: [R] Color in stripchart

2021-03-10 Thread Dr. Robin Haunschild
color)) { > stripchart(value ~ year, pch=18, method='stack', > data=df[df$color==color,], col=color, add=TRUE) > } > > Best, > Rasmus > > [1] > https://stackoverflow.com/questions/32833210/define-color-for-each-datapoint-in-a-stripchart-separately >

Re: [R] Color in stripchart

2021-03-10 Thread Dr. Robin Haunschild
92 Giessen, Germany > http://www.uni-giessen.de/eichner > --------- > > Am 10.03.2021 um 14:08 schrieb Dr. Robin Haunschild: >> Dear fellow R users, >> >> I'd like to color individual points in a stripcha

Re: [R] Color in stripchart

2021-03-10 Thread Dr. Robin Haunschild
> > Best, > Rasmus > > > __________ > R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and

[R] Color in stripchart

2021-03-10 Thread Dr. Robin Haunschild
e black ones, but I do not get the stacking right: stripchart(df$value ~ df$year, pch=18, method='stack') points(df[df$color=='blue',]$value, df[df$color=='blue',]$year-2010, type='p', pch=18, col='blue') points(df[df$color=='red',]$value, d

Re: [R] AES spesification

2020-10-21 Thread Dr. Robin Haunschild
r-help > PLEASE do read the posting guide http://www.R-project.org/posting-guide.html > and provide commented, minimal, self-contained, reproducible code. > -- Dr. Robin Haunschild Max Planck Institute for Solid State Research Heisenbergstr. 1 D-70569 Stuttgart (Germany) phone: +49 (0

Re: [R] Merging dataframes

2018-05-02 Thread Dr. Robin Haunschild
way of doing it (preferably in some simplified >>> way), please advise. >>> >>> >>> Many thanks in advance. >>> >>> >>> regards, >>> >>> Tito >>> >>> [[alternative HTML version deleted]]