-
When I use the fivethirtyeight() theme from the ggthemes package, I get the following error:
Error in eval(expr, envir, enclos) : object 'size' not found
This error disappears once I take off the fiv…
-
With this docker file:
```
FROM rocker/verse:3.5.1
MAINTAINER Steven H. Ranney
RUN export ADD=shiny && bash /etc/cont-init.d/add
RUN R -e "install.packages(c('shiny', 'googleAuthR', 'dply…
-
With this docker file:
```
FROM rocker/verse:3.5.1
MAINTAINER Steven H. Ranney
RUN export ADD=shiny && bash /etc/cont-init.d/add
RUN R -e "install.packages(c('shiny', 'googleAuthR', 'dply…
-
When you make a chart that uses many discrete colors, you never have to worry about the number of colors if you use the default colors.
```r
require(ggplot2)
ggplot(data.frame(x=letters[1:26],y=run…
-
The wiki shows that you can create your own theme, like this:
```
my_theme
-
Here is an example:
``` R
library(ggplot2) # ggplot2_2.1.0 R version 3.3.1 (2016-06-21)
p5
-
SO links to: http://ggplot2.tidyverse.org/so
The link on the Github Readme is correct though.
-
In teaching and from student comments, the end of the ggplot2 lesson gets repetitive and looping on the themes. Also too detailed - might be useful to pull back to what is essential, and introduce `sc…
-
Please help. I have done like 20 things and none work. rJava will not load. Which I need for xlsx. Which I need for ImportExport. Which I need to run an mdb file in R.
I tried installling new vers…
-
This comes from the discussion at jrnold/ggthemes#2: Basically I would like to be able to do something like this
``` R
xkcd