manageR - interface to the R statistical programming environment


Description:

manageR adds comprehensive statistical capabilities to Quantum GIS by loosely coupling QGIS with the R statistical programming environment.

Usage:

Details:

Use Ctrl+L to import the currently selected layer in the QGIS layer list into the manageR environment. To import only the attribute table of the selected layer, use Ctrl+T. Exporting R layers from the manageR environment is done via Ctrl-M and Ctrl-D, where M signifies exporting to the map canvas, and D signifies exporting to disk. Multi-line R commands will automatically be recognised by manageR, however, to manaully enter multi-line commands, use the Shift modifier when typing Return to signify continuation of command on the following line.

Use Ctrl+R to send commands from the script tab to the R console. If the script tab contains selected text, only this text will be sent to the R console, otherwise, all text is sent. The script tab also contains tools for creating, loading, and saving R scripts, as well as basic functionality such as undo, redo, cut, copy, and paste. These tools are also available via the standard keyboard shortcuts (e.g. Ctrl+C to copy text)

Ctrl+F will toggle (show/hide) the 'find bar'. To search for the next occurrence of the text or phrase in the 'find bar', type Enter or click the '>' button. Conversely, click the '<' button to search backwards.

Features:

Notes:

References: