[GIS] Is it possible to create and run custom R scripts in QGIS 2.0

qgisrsextante

I am new to QGIS and most of the tutorials I have found are for 1.x and the overhaul has me confused.

I would like to create R scripts and run them in QGIS. I have read here that it's possible using the SEXTANTE plugin.

It seems that SEXTANTE is part of the core install now and that it's been renamed to processing. I've found out how to make python scripts but not R.

Is it possible to create and run custom R scripts in QGIS 2.0? If so, where do I go in the new processing function?

Best Answer

Sure you can create and run R scripts in QGIS 2.0.

The basic sintaxis is the same as python, so start reading this: http://www.qgis.org/es/docs/user_manual/processing/console.html#creating-scripts-and-running-them-from-the-toolbox

Then you can check, some example scripts installed by default, in your processing panel.

If you need more help you can check some of my scripts:

https://github.com/INTA-Suelos/QGIS-R-Geostatistics

QGIS interface showing processing toolbox

Related Question