R/scale_color_sentiment.r

#' Adds a manual color scale for sentiment polarity.
#' @export
scale_color_sentiment <- function()
  scale_color_manual(values=c('red', 'black', 'green'))
yoni/r_we_the_people documentation built on May 4, 2019, 5:31 p.m.