R/ggplot_color_hue.R

###############################################################################
# Description: Add comment
#
# Author: Linh Tran <tranlm@berkeley.edu>
# Date: Sep 16, 2015
###############################################################################


#' @export
ggplot_color_hue = function(n) {
	hues = seq(15, 375, length=n+1)
	hcl(h=hues, l=65, c=100)[1:n]
}
tranlm/lrecCompare documentation built on May 31, 2019, 7:44 p.m.