R/kristen_colors.R

kristen.colors <- function(n=64){

  ## Set up palette.
  col.ramp <- colorRampPalette(c(grey(.9),"darkorchid4", "blue","darkgreen","yellow","orange","red", "brown"))

  return(col.ramp(n))
}

Try the aqfig package in your browser

Any scripts or data that you put into this service are public.

aqfig documentation built on May 2, 2019, 1:07 p.m.