Re: [R] hsv2rgb in R

2008-03-31 Thread Richard . Cotton
> I noted that there is a hsv2rgb in the C-API, but no corresponding function in > R, while rgb2hsv is available in R. > > Does the functionality of hsv2rgb hide under some other name? I agree that it does seem like such a function ought to exist. You can use col2rgb(hsv(...)) to get what you

Re: [R] hsv2rgb in R

2008-03-31 Thread Martin Maechler
> "DM" == Dieter Menne <[EMAIL PROTECTED]> > on Mon, 31 Mar 2008 08:06:39 + (UTC) writes: DM> I noted that there is a hsv2rgb in the C-API, but no DM> corresponding function in R, while rgb2hsv is available DM> in R. DM> Does the functionality of hsv2rgb hide under