R topic panel

From WandoraWiki
(Difference between revisions)
Jump to: navigation, search
(See also)
Line 22: Line 22:
 
* [[Treemap topic panel]]
 
* [[Treemap topic panel]]
 
* [[Processing topic panel]]
 
* [[Processing topic panel]]
 +
* [[Sketch grid]]

Revision as of 11:32, 30 June 2013

Wandora's R topic panel is similar to Processing topic panel. It is used to write R language scripts and execute these scripts. Especially an R script can be executed automatically whenever Wandora user changes current topic in Wandora. Wandora's R topic panel is added to Wandora by selecting menu option View > Add topic panel > R topic panel. R topic panel has two tabs labeled Script and R console. Script tab contains a simple text editor used to write R scripts. R console tab contains a running instance of R console. User should notice that R console in topic panel tab is synchonized with the stand alone R console. If you execute a command in one, it will become visible on other too. User should notice also that a separate R language installation is required to use R topic panel. You'll find installation instructions in the documentation of stand alone R console.

Script editor has several buttons:

  • New clears current script in editor.
  • Open is used to read an R script from a file or from an occurrence.
  • Save is used to save the script in editor to a file or to an occurrence.
  • Options opens up an R topic panel configuration dialog window. Available configuration options include autoload and autorun.
  • Run button injects current script in editor to R console.

Below is a screen capture of Wandora application with R topic panel active.

R topic panel.gif


See also

Personal tools