Articles by Stageverloop Kris » R

Day #11 Easter “egg”

March 25, 2011 | Stageverloop Kris » R

This is not my daily blogpost, but something I found while searching for different plots just copy this code and post it in your Rserve (or what you use to give in R commands) install.packages("onion") require(onion) data(bunny) p3d(bunny,theta=3,phi=1... [Read more...]

Day #11 R graphs as nodes

March 24, 2011 | Stageverloop Kris » R

Today my company supervisor isn’t at work so he gave me (and the other students) a task-list. I have to check the availability of the following R scripts. Whether or not they work how they should in Knime. While doing these tasks, at the main tim... [Read more...]

Day #9 Using R in Knime nodes

March 22, 2011 | Stageverloop Kris » R

First you need to create a workflow in Knime. This is what i used. I loaded in the Iris data, renamed the tables for further use in my scripts and showed a view, or first did an R snippet to show a view afterwards. Once this is done, make sure ... [Read more...]

Day #8 Calling R in java

March 21, 2011 | Stageverloop Kris » R

What is JRI? An additional library and plugin for Eclipse to call r functions in a Java-application. And according to wikipedia it’s  a now obsolete API for invoking native C++ calls from Java that has long been supplanted by Java Native Interfa... [Read more...]

Installing StatET

March 16, 2011 | Stageverloop Kris » R

For coding in R i wanted something simple. Like using it in Eclipse. StatET was the perfect solution for me. It mqkes you able to call a console of R into Eclipse and do everything from Eclipse. So let’s install it. Since I had some troubles inst... [Read more...]

Never miss an update!
Subscribe to R-bloggers to receive
e-mails with the latest R posts.
(You will not see this message again.)

Click here to close (This popup will not appear again)