scales (version 0.2.3)

alpha: Modify colour transparency. Vectorised in both colour and alpha.

Description

Modify colour transparency. Vectorised in both colour and alpha.

Usage

alpha(colour, alpha = NA)

Arguments

colour
colour
alpha
new alpha level in [0,1]. If alpha is NA, existing alpha values are preserved.

Examples

Run this code
alpha("red", 0.1)
alpha(colours(), 0.5)
alpha("red", seq(0, 1, length = 10))

Run the code above in your browser using DataCamp Workspace