-
Between the data importing step and the time subsetting step there eventually needs to be an optional outlier detection step, where users can remove gross outliers and re-project the data if necessary…
-
Hi, I've just installed the extensions and I have an error when running geom_label_repel. I've updated my R and Rstudio, but still with the same problem. pls, any ideas how to fix this? Thanks
```r…
ghost updated
7 years ago
-
> mplot(Data)
Choose a plot type.
1: 1-variable (histogram, density plot, etc.)
2: 2-variable (scatter, boxplot, etc.)
3: map
Selection: 1
Error: StatAsh was built with an incompatible vers…
-
I'm trying to estimate parameters in a multi-vairate epidemic model via the mif2 algorithm. Unfortunately there is often an error message that the dmeasure returns non-finite values during the mif2 pr…
-
I love the package, can I suggest a new geom?
Or is there another ggplot extension where this would fit better?
a split violin plot. That is, two densities of groups with the backs to eachother. Thi…
-
Currently ggplot does not support free facet scales with `coord_flip()`, so I have to fake facets with `gridExtra`:
![1-coefs-int](https://cloud.githubusercontent.com/assets/73663/13530296/b69d59e0-e…
-
Since Hadley is planning to release ggplot2 2.2.0 in early November, I've been testing a release candidate version 2.1.0.9001.
```
library(plotROC)
D.ex R version 3.3.2 (2016-10-31)
> Platform…
-
I'm sure you're already aware of this (probably received automatically generated emails from Hadley) but ggnetwork fails to plot because of the incompatibility with the new ggproto.
```
library(ge…
-
I'm getting this error in the first time using `ggseas` after upgrading to R 3.3.2 and ggplot2 2.2.0
```
Error: StatSeas was built with an incompatible version of ggproto.
Please reinstall the pa…
-
`ggplot2` was updated to 2.2.0 and I believe all the extensions have some trouble:
https://cran.r-project.org/web/packages/ggplot2/news.html
> Unfortunately there was a major oversight in the co…