scale_fill_natparks_c {NatParksPalettes} | R Documentation |
NatParksPalettes for plotting with ggplot2
Description
Function for using NatParksPalettes
colors schemes in ggplot2
. Use scale_color_natparks_d
and scale_fill_natparks_d
for discrete scales and scale_color_natparks_c
and scale_fill_natparks_c
for continuous scales.
Usage
scale_fill_natparks_c(name, direction = 1, ...)
Arguments
name |
Name of Palette. Choices are:
|
direction |
Sets order of colors. Default palette is 1. If direction is -1, palette color order is reversed |
... |
Other arguments passed on to |
Value
A function that returns a continuous color scale.
[Package NatParksPalettes version 0.2.0 Index]