File: color.gradient.R

package info (click to toggle)
r-cran-plotrix 3.8-13-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,584 kB
  • sloc: makefile: 6
file content (3 lines) | stat: -rw-r--r-- 109 bytes parent folder | download | duplicates (9)
1
2
3
color.gradient<-function(reds,greens,blues,nslices=50) {
 return(color.scale(1:nslices,reds,greens,blues))
}