search for: samtgelb

Displaying 1 result from an estimated 1 matches for "samtgelb".

2003 Jan 24
0
new function: twotailed.colors {base}
...nts in the following code could be simplified. Wolfram Fischer #--- twotailed.colors.R twotailed.colors <- function( n = 7 # number of colors to be in the palette , n5 = n %% 2 # number of colors between the two tails , h1 = 0.02 # 0|1 = rot , h2 = 0.15 # 0.7 = blau, 0.15 = samtgelb, 0.35 = grĂ¼n , s0 = 1 # saturation: begin and end , s5 = 1/n*1.4 # saturation: in the middle , v0 = 1 # value: begin and end , v5 = 1 # value: in the middle , s01 = s0 # beginning saturation of first tail , s02 = s0 # ending saturation of second tail , s51 = s5 # middle satur...