R/rbow.R

Defines functions rbow

##
## rbow: plot a filled rainbow-coloured contour plot
##
rbow = function(x) {
  filled.contour(x, color=rainbow, nlevels=64)
}
jbrzusto/flow documentation built on May 7, 2019, 8:44 a.m.