Pedro J. Aphalo
Pedro J. Aphalo
I would suspect quite many of them are active. 'ggpubr' is indeed very popular with nearly 200 000 downloads per month. see https://www.r-pkg.org/pkg/ggpubr It would be interesting to find out...
@karl-an Not in the version of 'ggpmisc' now in CRAN, but I can add this feature to `stat_correlation()` easily, at least for `method="pearson"`. The edits will be soon in GitHub....
@karl-an I just pushed to GitHub the updated code. I also added a couple of examples to the help page of `stat_correlation()`. Before release I may tweak the formatting of...
The numeric values are returned as conf.int.high and conf.int.low, so it is possible to assemble a different label within the `aes()` call. Currently the 0.95 is coming from `conf.level` which...
@karl-an I made some additional progress with the implementation of CIs for correlation in 'ggpmisc'. Now CIs can also be computed by bootstrapping (using a function imported from package 'confintr'),...
'ggpmisc' 0.5.0 is now in CRAN, including support for CIs.
Hi, No, it is not possible in 'ggplot', as far as I know as geom is not an aesthetic. I can think of two approaches. 1) You could use label...
A useful example to add to the vignette.
@smouksassi That text and border colour are the same is not a restriction in the 'grid' package. This could be very easily implemented but may be thought as using the...
@erikagucciardo @smouksassi After last night's edits, this is possible with the current code here in GitHib. (It will still take some months before I submit a new version to CRAN,...