R topic panel
 (→See also)  | 
			|||
| (8 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | 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   | + | 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 > New panel > R'''. 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 synchronized with the [[R in Wandora|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 [[R in Wandora|stand alone R console]].  | 
Script editor has several buttons:  | Script editor has several buttons:  | ||
| Line 8: | Line 8: | ||
* '''Options''' opens up an R topic panel configuration dialog window. Available configuration options include autoload and autorun.  | * '''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.  | * '''Run''' button injects current script in editor to R console.  | ||
| + | |||
| + | Below is a screen capture of Wandora application with R topic panel active.  | ||
| + | |||
| + | [[Image:R_topic_panel.gif|center]]  | ||
| + | |||
| + | |||
| + | == See also ==  | ||
| + | |||
| + | * [[Traditional topic panel]]  | ||
| + | * [[Tabbed topic panel]]  | ||
| + | * [[Graph topic panel]]  | ||
| + | * [[Custom topic panel]]  | ||
| + | * [[Treemap topic panel]]  | ||
| + | * [[Processing topic panel]]  | ||
| + | * [[Sketch grid]]  | ||
| + | * [[Webview]]  | ||
| + | * [[Tree panel]]  | ||
| + | * [[Search panel]]  | ||
| + | * [[Layer info panel]]  | ||
Latest revision as of 18:46, 6 April 2015
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 > New panel > R. 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 synchronized 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.
