R topic panel
(→See also) |
|||
(3 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 added to Wandora by selecting menu option '''View > | + | 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 22: | Line 22: | ||
* [[Treemap topic panel]] | * [[Treemap topic panel]] | ||
* [[Processing topic panel]] | * [[Processing topic panel]] | ||
+ | * [[Sketch grid]] | ||
+ | * [[Webview]] | ||
+ | * [[Tree panel]] | ||
+ | * [[Search panel]] | ||
+ | * [[Layer info panel]] |
Latest revision as of 19: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.