[R] [R-pkgs] tablesgg: Presentation-quality tables displayed using 'ggplot2'

2020-12-07 Thread Richard Raubertas
I'm pleased to announce that package 'tablesgg' is now available: CRAN: https://CRAN.R-project.org/package=tablesgg GitHub:  https://github.com/rrprf/tablesgg The package displays presentation-quality tables as plots on an R graphics device.  It is unique in combining two features: * It is aw

Re: [R] change frequency of wind data correctly

2020-12-07 Thread Bill Dunlap
Instead of using breaks="30 mins" construct the breaks explicitly with seq() so you can control the start point. E.g., > init_day <- as.POSIXct("2018-02-01-00-00", format="%Y-%m-%d-%H-%M", tz="Etc/GMT-1") > fin_day <- as.POSIXct("2018-02-01-02-00", format="%Y-%m-%d-%H-%M", tz="Etc/GMT-1") > mydf

Re: [R] second legend in biplot

2020-12-07 Thread Jim Lemon
Hi Petr, Here's an attempt, using the example in biplot.princomp: biplot(princomp(USArrests)) > par("usr") [1] -497.2263 624.8856 -497.2263 624.8856 legend(-180,600,c("State","Crime"),lty=1,col=c("black","red")) Jim On Mon, Dec 7, 2020 at 6:23 PM PIKAL Petr wrote: > > Dear all > > I try to ma

Re: [R] Small R documentation bug in ?anyDuplicated

2020-12-07 Thread Martin Maechler
> Bert Gunter > on Sun, 6 Dec 2020 08:23:44 -0800 writes: > All: I did not want to bother R folks for an R Bugzilla > account, so I'll just note what appears to be a > documentation bug here > In R version 4.0.3, ?anyDuplicated says: "anyDuplicated(.) > is a “gene