-2

Basic problem: I am not happy with the Rapidminer plots (for example, there seems to be a lack of line plots). My proposed solution is using the R extension for plotting.

But how do I access Rapidminer repository data from the Rapidminer R console?

Bonus if you can provide a link to documentation for the plugin (Who decided to call this thing R? ;-) )

kutschkem
  • 7,826
  • 3
  • 21
  • 56

1 Answers1

0

The R variable view lets you load RapidMiner repository data into R as data frames. Proceed as normal with R commands in the R console view and obtain plots in the R plot view.

Tip: Type the command x11() into the R console to get a new graphics window. This can be moved outside the RapidMiner GUI.

Andrew Chisholm
  • 6,362
  • 2
  • 22
  • 41