scale_aes_select: Change selected scale where multiple scales of same aesthetic...

View source: R/scales.R

scale_aes_selectR Documentation

Change selected scale where multiple scales of same aesthetic exist

Description

Change selected scale where multiple scales of same aesthetic exist

Usage

scale_aes_select(i, f, ...)

Arguments

i

An integer denoting the scale number.

f

The scale function or the scale object.

...

The arguments to the scale function f.

See Also

scale_fills

Examples

scale_aes_select(1, ggplot2::scale_fill_manual, values = c("red", "white", "blue"))
scale_aes_select(1, ggplot2::scale_fill_manual(values = c("red", "white", "blue")))


emitanaka/deggust documentation built on Jan. 25, 2024, 11:06 p.m.