search for: col2name

Displaying 2 results from an estimated 2 matches for "col2name".

Did you mean: codename
1998 Sep 22
1
"Segmentation Fault - core dumped" in R 0.62.3
I am occasional getting "Segmentation Fault - core dumped" in R 0.62.3 (I think more often then I did in 0.62.2). I have not been able to do this in any reliably reproducible way yet, but thought I would mention the problem in case some else can isolate it. Paul Gilbert -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read
2000 Mar 29
1
pre summary: mapping of colornames into hsv?
...sible at all (i.e. is hsv <--> rgb 1:1 ?)} > > rgb2col(rgb_ch) |-> uint { := unsigned int } > name2col (ch) |-> uint > number2col(ch) |-> uint > str2col (ch) |-> uint {calling one of the above 3 functions !} > > RGB2rgb(r,g,b) |-> #RRGGBB string > col2name(uint) |-> name from colors() or #RRGGBB string > > ------- > I would tend to provide only > > * str2col() returning an R integer() {instead of uint; the > R color model > only needs the low order 24 bits, > see beginning of Graphics.h } > * col2n...