File: colorfunctions.R

package info (click to toggle)
r-cran-gmaps 0.2-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 80 kB
  • sloc: makefile: 2
file content (4 lines) | stat: -rw-r--r-- 148 bytes parent folder | download | duplicates (6)
1
2
3
4
#Color functions for gmaps package
reds<-function(level)rgb(level,0,0)
greens<-function(level)rgb(0,level,0)
blues<-function(level)rgb(0,0,level)