Quick Tour


[Main Window]

On main window you draw an analysis flow. To add a process you can drag-and-drop a node from the function list, or directly input arbitrary R code.

Click to enlarge



[Analysis Flow]

This is an example of an analysis flow. Important processes such as data input/output or modeling, are displayed as icons. You can easily find these key processes at a glance.

Click to enlarge



Click to enlarge

[Node Edit Dialogue]

Addition or edit of processes can be done easilly with node edit dialogue. Basically each node corresponds to an R expression and you can type it directly.

Auto-completion function makes argument list automatically, which enables you to describe processes with minimum typing.




[R Console]

When you "run" a flow, corresponding R codes are run in R console. You can directly input code to the console to run, or create a node.

Click to enlarge



Click to enlarge

[Graphics]

An abundance of graphics functions of R enables graph drawing, and also interactive data exploration.