Wenbin Guo
Wenbin Guo
I saw the same issue with ggplot2 3.5.0, rollbacking to ggplot2 3.4.3 **temporarily** solved the problem. Any plan to fix this issue to accommodate 3.5.0 ?
**TL;DR**: It might be related to the facet variable type (factor) -------- I came across the same phenomenon when using `stat_cor()` with `facet_wrap()`. The above threads suggest `inherit.aes = FALSE`...
Hi, nice thread, Is it possible to show the actual p-value? currently, it seems only support showing a range (< 0.001) Thanks
The issue is not windows-specific. I got the same error on Ubuntu 20.04.4 LTS. rpy2 version '3.5.15'.
I used k=19. I found an alternative solution for using jellyfish, and a benchmark [paper](https://academic.oup.com/gigascience/article/7/12/giy125/5140149) for k-mer counting methods, hope this helps!
Hi @adinanadeem, I did not try to solve it.
@cderv , Hi, thanks for the support, may I ask if there is an option to increase the 10,000 limit to a larger number? > Note: There is a hard...
This can be achieved by manually setting the label with `sprintf()` ``` mpg %>% ggplot(aes(x = cty, y = hwy)) + geom_point() + geom_smooth() + stat_correlation(aes(label = sprintf("R=%.4g, P=%.3g", after_stat(cor),...
Hi, thanks for the comment, this is understandable. Although I have a different opinion on the following comment > "in most circumstances differences among very small p-values are not informative."...
Hi @aphalo , Thank you very much for your attention and efforts on this Feature request! The current implementation should be adequate for most cases :+1: --- > what I...