[Qgis-user] Empty Results in R

Filipe Dias filipesdias at gmail.com
Mon Mar 31 02:39:14 PDT 2014


Hi,
The output of that script should be a window showing you the frequency
table for the selected field.
What happens in your case?






On Mon, Mar 31, 2014 at 7:58 AM, Luis Miguel Royo PĂ©rez <
luis.miguel.royo at gmail.com> wrote:

>  Hi everyone,
>
> I'm getting empty results in "R" processes, it's happening the same than
> this post<http://osgeo-org.1560.x6.nabble.com/SEXTANTE-R-output-td5065333.html>
> .
>
> This is what I get in the log:
>
>  R execution commands
>
> options("repos"="http://cran.at.r-project.org/"<http://cran.at.r-project.org/>
> )
>
> tryCatch(find.package("rgdal"), error=function(e)
> install.packages("rgdal", dependencies=TRUE))
>
> tryCatch(find.package("raster"), error=function(e)
> install.packages("raster", dependencies=TRUE))
>
> library("raster")
>
> library("rgdal")
>
> Layer =
> readOGR("/home/XXXXX/Documentos/Curso_XXXXX/renovacion/cartografia",layer="ciudades_panama")
>
> Field="pop_max"
>
> table(Layer[[Field]])
>
>
>
> I'm using:
>
> *Ubuntu*: 12.04.4 LTS
> *QGIS:*   2.2 Valmiera
> *R:*    3.0.3.20140328
>
>
> I looked for some solution but I didn't find any way. Any help please?
>
> Thank you!!
>
>
>
> _______________________________________________
> Qgis-user mailing list
> Qgis-user at lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/qgis-user
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/qgis-user/attachments/20140331/e74efbf0/attachment.html>


More information about the Qgis-user mailing list