Learn R Programming

plotbb (version 0.1.1)

bb_scale_col_palette: bb_scale_col_palette

Description

change col palette

Usage

bb_scale_col_palette(palette = NULL)

bb_scale_col_manual(values)

bb_scale_col_gradient(low = "#132B43", high = "#56B1F7")

Value

A modified bbplot object

Arguments

palette

color palette

values

colors for discrete scale.

low

low color for continuous scale.

high

high color for continuous scale.

Author

Guangchuang Yu