movhmcolgradients: Colour gradients

Description Usage Format See Also

Description

These colour gradients are used in conjunction with ggplot2's scale_fill_gradientn(). Available gradients are

scale_Blues

A colour gradient for heatmaps, from white to blue

scale_RdGrBu

A colour gradient for difference heatmaps, from red over green to blue

scale_RdBu

A colour gradient for difference heatmaps, from red over white to blue

scale_RdBu_bias(bias = 1.5)

A function for creating a colour gradient for difference heatmaps, from red over white to blue (like scale_RdBu). The bias parameter defines how widely the colours space towards both ends.

scale_Spectral

A colour gradient for difference heatmaps, from red over yellow to blue

scale_Spectral_bias(bias = 1.5)

A function for creating a colour gradient for difference heatmaps, from red over yellow to blue (like scale_Spectral). The bias parameter defines how widely the colours space towards both ends.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11

Format

1
 chr [1:100] "#FF0000" "#FF0A00" "#FF1400" "#FF1E00" "#FF2800" ...

See Also

scale_fill_gradientn


dgromer/movhm documentation built on May 15, 2019, 7:22 a.m.