alathrop
12/19/2017 - 11:44 PM

ggplot options



# the development version from GitHub:
# install.packages("devtools")
devtools::install_github("tidyverse/ggplot2")

# <http://bit.ly/2BBOWlg>
plotoptions <- list(opts(x,y,z),scale_fill_manual(...),labs(x,y,z))
someplot + plotoptions