scale_cont_colour {ggplot}R Documentation

Scale: colour (continuous)

Description

Scale colour along a continuous path

Usage

scale_cont_colour(inputs, name="", variable="colour", to=list())

Arguments

inputs
name
variable
to

Details

This scale class is the workhorse behind:

  • scrgb
  • schsv
  • schcl

    See those function for more details.

    Author(s)

    Hadley Wickham <h.wickham@gmail.com>


    [Package ggplot version 0.4.2 Index]