R View and Color Manager

Hi,

is there any possibility to integrate a Color Model made by the Color Manager into the R View ?

As far as I have seen it, the color information seems to be lost inside the R View node.

Thanks a lot !

Hi Binfo,

The way that I am dealing with this is by using the R-function "colors".

For example in my plot definition, I add that function as a parameter to import the color information from color manager into the R-View:

plot(x,y,col=colors()[c(knime.in$"Color")])

Best,

Julio

 

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.