Pedro J. Aphalo
Pedro J. Aphalo
I need to investigate if justification can be modified/set within position functions by editing the data object returned by the compute_layer() function... if this is true, it would provide a...
In grid graphics, _grob_ is used as a nickname for graphical object. Function `ggtexttable()` from package 'ggpubr' is mostly a wrapper on `tableGrob()` from package 'gridExtra'. The wrapper converts the...
@phauchamps Much of the code in 'ggpubr' was "lifted" from other CRAN packages, not always with authorship being acknowledged, including from my package 'ggpmisc' which is nowadays released under GPL...
Please, have a look a package 'ggpmisc', function `stat_poly_eq()` and if the current current version does not solve the problem, raise an issue at GitHub repository "aphalo/ggpmisc". `stat_poly_eq()` has been...
@dchiu911 The behaviour of `geom_smooth()` depends on the number of observations. Probably it would be best to set `method = lm` to avoid it switching to using splines. Anyway, there...
@dcaud The main difficulty is that formatting of R expressions drops trailing zeros. This is an R feature. The only workaround I have found is to embed the numbers as...
@yuliaUU I cannot think of a solution other than using the Grammar of Graphics. 'ggplot2' works just fine with dates as many of the geometries and statistics from packages that...
There is an R package called 'dunn.test' that provides `dunn.test()`. It could work possibly directly or if not by defining a wrapper function, together with with the statistic from package...
@gumeo Quite much of the code in 'ggpubr' has been copied from other packages, sometimes without acknowledgement, including from my own 'ggpmisc'. At the moment there are 118 open issues...
@gumeo The most recent commit in this repo was nine months ago, but the owner has been active in GitHub about one month ago in another repo. Lack of acknowledgement...