colourwheel: Function to see different shades of a colour.

Usage Arguments Examples

Usage

1
colourwheel(x)

Arguments

x

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
col.wheel("pink")
col.wheel("brown")
##---- Should be DIRECTLY executable !! ----
##-- ==>  Define data, use random,
##--	or do  help(data=index)  for the standard data sets.

## The function is currently defined as
function (x)
{
  }

vdweijer/supply documentation built on June 28, 2021, 7:45 a.m.