Dear all,
just as a info…
I just found the R package “esquisse” which provides an interactive way to create ggplot graphs. The attached file shows a screenshot of a browser window with the interactive interface.
Why I am still looking for something outside KNIME?.The plotly integration have greatly improved visualizations… but I am still missing some types graph (like a “simple” boxplot).
How to use the package “esquisse”?
- You have to install it using the R installation KNIME is using. In my case it is not the pre-installed version KNIME is using as a standard.
- Within the R node you just include
library (esquisse)
esquisse::esquisser(data=knime.in)
So, perhaps this info is helpful for somebody …
Best regards,
Jürgen