tailcolor {ggplot} | R Documentation |
Colour scheme that emphasizes differences in tails.
tailcolor(n=100, q1=0.10, q2=0.25, q3 = 1-q2,q4 = 1-q1)
n |
number of colours to produce |
q1 |
quantile for first colour |
q2 |
quantile for second colour |
q3 |
quantile for third colour, defaults to symmetric |
q4 |
quantile for fourth colour, defaults to symmetric |
Hadley Wickham <h.wickham@gmail.com>