Create a discrete fill based on an album
scale_fill_album_d( ..., alpha = 1, begin = 0, end = 1, direction = 1, album = "in_rainbows", aesthetics = "fill" )
| alpha | pass through parameter to ggplot |
|---|---|
| begin | The (corrected) hue in 0,1 at which the radiohead colormap begins. |
| end | The (corrected) hue in 0,1 at which the radiohead colormap begins. |
| direction | Sets the order of colors in the scale. If 1, the default, colors are as output by album_pal If -1, the order of colors is reversed. |
| album | the album to select, e.g. album = "ok_computer" |
| aesthetics |