similar to: Defining Version in R Package

Displaying 20 results from an estimated 400 matches similar to: "Defining Version in R Package"

2011 Jun 07
1
RgoogleMaps Axes
R Help, I posted a question on StackOverflow yesterday regarding an issue I've been having with the RgoogleMaps packages' displaying of axes. ?Here is the text of that submission: http://stackoverflow.com/questions/6258408/rgooglemaps-axes "I can't find any documentation of the following problem I'm having with the axis labels in RGoogleMaps: library(RgoogleMaps) datas
2012 Jan 09
1
Open Street map problem
Dear all, I would like to use R to create a map , with some points with no copyright. I am trying to use the open street map interface of Rgooglemaps package. It seems that I am getting internal server error source('make2DaysMaps.R') [1] "http://tile.openstreetmap.org/cgi-bin/export?bbox=-74.02132,40.69983,-73.98622,4072595&scale=20&format=png" versuche URL
2010 Mar 19
1
error in map library
Dear Ruser, > > > I am trying to use the map library. But unfortunately I am facing the > warning message above: > Warning message: > *In readGDAL(destfile, silent = TRUE) : GeoTransform values not available > * I want to use that library because I intend to plot some station in a Brazilian map. I really appreciate any help. > > ===here what I was testing========
2012 Jan 11
1
Plot maps with R
Dear all I would like to use R and make some maps. I want to have strict control, over the details of the produced map, like remove borders, city names, add markers, add labels. Is there any package apart Rgooglemaps that can do something like that? B.R Alex [[alternative HTML version deleted]]
2013 Oct 29
2
Hoy reunión del "Grupo de Usuarios de R de Madrid - martes 29-octubre"....
Hola a todos: efectivamente, esas son las librerias que convine tener instaladas. Llevaré los datos que utilizaremos en un pendrive (por si acaso falla la wifi) y también el *.md del código para poder seguir la demo sin escribir todo el código! Para esto, yo creo que lo mejor es abrir el *.md con R Studio. Esta tarde nos vemos! -- Beatriz Martínez @_bmartinez_
2010 Dec 16
1
Is there a join() function in R ? OR: simulating "Combining ggplot2 and Google Maps" by David Kahle
Hi everybody Im on R version 2.11.1 on Mac OS X I am working through David Kahle's example of using ggplot2 with Rgooglemaps (found here: https://github.com/hadley/ggplot2/wiki/Crime-in-Downtown-Houston,-Texas-:-Combining-ggplot2-and-Google-Maps). Excellent page by the way. I have downloaded the data and the code and want to learn how to do this by first simulating David's results and
2013 Oct 29
2
Hoy reunión del "Grupo de Usuarios de R de Madrid - martes 29-octubre"....
Hola Beatriz, Si me pasas el *.md lo subo a un Dropbox y si no es muy grande lo subo a R-Hispano (linkándolo a la agenda).... Saludos, Carlos. El 29 de octubre de 2013 15:56, Gregorio R. Serrano <grserrano@ccee.ucm.es>escribió: > Hola. > > ¿Nos podemos descargar el material de alguna parte antes de ir? > > Gracias > > > El 29 de octubre de 2013 14:58, Beatriz
2013 Oct 29
1
Hoy reunión del "Grupo de Usuarios de R de Madrid - martes 29-octubre"
Para los perezosos como yo, para el talleR de mapas hoy en Madrid: install.packages(c("maps", "sp", "maptools", "rgdal", "rgeos", "mapproj", "RgoogleMaps", "plotGoogleMaps",
2013 Oct 29
2
Hoy reunión del "Grupo de Usuarios de R de Madrid - martes 29-octubre"....
Deberías instalar también, como poco, ggmap. RStudio no suele venir nunca mal. No sé si hay wifi en el bar para instalar las últimas dependencias... Un saludo, Carlos J. Gil Bellosta http://www.datanalytics.com El día 29 de octubre de 2013 13:44, Miguel Fiandor Gutiérrez <mfiandor en gmail.com> escribió: > qué recomendáis llevar instalado además de R? > R-studio?, algunos paquetes
2013 Oct 29
2
Hoy reunión del "Grupo de Usuarios de R de Madrid - martes 29-octubre"....
Hola, Una breve nota para recordaros que hoy tendremos la reunión del "Grupo de Usuarios de R de Madrid". La reunión de hoy será un Taller práctico "Introducción a la elaboración de Mapas con R". ¡Os esperamos! Gracias, Carlos Ortega www.qualityexcellence.es El 16 de octubre de 2013 14:58, Carlos Ortega <cof@qualityexcellence.es>escribió: > Hola, > > La
2009 Jul 15
1
Read PNG file and display with more than 256 colors RGDAL
Hello list I am trying to use a Googlemaps tile (png file, 640 X 640 px tile) as a background to a plot and have been using the rgdal library to read in the PNG file (modified from code in the RGoogleMaps package). This works OK. My problem is is that the SGDF2PCT function in rgdal seems to be limited to 256 colors and this is introducing (I think) some degradation to the image which appears on
2013 Oct 29
2
Hoy reunión del "Grupo de Usuarios de R de Madrid - martes 29-octubre"....
Aquí viene, ok.<http://r-es.org/tiki-index.php?page=Grupo%20de%20Inter%C3%A9s%20Local%20de%20Madrid%20-%20GIL%20Madrid> Saludos, Miguel Fiandor El 29 de octubre de 2013 10:00, Miguel Fiandor Gutiérrez <mfiandor@gmail.com > escribió: > Se me había olvidado por completo, gracias por recordarlo!, hora y lugar? > > Saludos, > > Miguel
2015 Oct 20
3
Mapa de Calor con Google Maps de fondo
Hola: Estoy intentando generar un mapa de calor que muestre, dadas unas coordenadas geográficas determinadas, el ?calor? (cuanto mas alto el valor de esta variable mas rojo y cuanto mas bajo mas azul) de una determinada variable. Es decir con unos datos como estos: x y z -3,716575 40,41743 3.169 -3,710735
2012 Mar 05
0
ggmap : ggplot2 and RgoogleMaps
Dear useRs - ggmap v1.2 is now available on CRAN. ggmap is a relatively new package which combines the power of ggplot2 with the spatial contextual information in Google Maps or OpenStreetMaps (via RgoogleMaps) to provide an easy, consistent and modular framework for spatial graphics. For examples on how to get started with ggmap, see ?ggmapplot for several examples of its use. Happy
2011 Sep 15
0
RGoogleMpas error
I am trying to use RgoogleMaps but when I try to run the script example from "RgoogleMaps-intro.pdf -page 3" (see below) I get the following error "Error en plot.xy(xy.coords(x, y), type = type, ...) " I have tried to solve it but I am going crazy with this, because sometime in the past I made it work I would really appreciate some help Thanks Gabriel *** #Define the
2013 Oct 29
0
Hoy reunión del "Grupo de Usuarios de R de Madrid - martes 29-octubre"....
Hola, Beatriz (la ponente) recomendó esta versión de R y estos paquetes: - Disponer de una versión reciente de R (preferiblemente 2.15.3 o mayor) - Que la versión de R tenga ya instaladas las librerías: maps, sp, maptools, rgdal, rgeos, mapproj, RgoogleMaps, plotGoogleMaps, googleVis, ggplot, ggmap, RColorBrewer (y su dependencias). Y en cuanto a la Wifi. Sí, el Bar dispone de
2013 Oct 29
0
Hoy reunión del "Grupo de Usuarios de R de Madrid - martes 29-octubre"....
Hola. ¿Nos podemos descargar el material de alguna parte antes de ir? Gracias El 29 de octubre de 2013 14:58, Beatriz Martínez <mtnezb@gmail.com>escribió: > Hola a todos: > > efectivamente, esas son las librerias que convine tener instaladas. > > Llevaré los datos que utilizaremos en un pendrive (por si acaso falla la > wifi) y también el *.md del código para poder
2013 Oct 29
0
Hoy reunión del "Grupo de Usuarios de R de Madrid - martes 29-octubre"....
el material lo podéis descargar de aquí http://goo.gl/PT30FB El 29 de octubre de 2013 15:59, Carlos Ortega <cof@qualityexcellence.es>escribió: > Hola Beatriz, > > Si me pasas el *.md lo subo a un Dropbox y si no es muy grande lo subo a > R-Hispano (linkándolo a la agenda).... > > Saludos, > Carlos. > > > El 29 de octubre de 2013 15:56, Gregorio R. Serrano
2013 Oct 16
0
Próxima reunión del "Grupo de Usuarios de R de Madrid - martes 29-octubre"....
Hola, La siguiente reunión del "Grupo de Usuarios de R de Madrid" será un Taller. Un taller sobre cómo trabajar con mapas con R. Los detalles de la agenda los podéis encontrar: http://www.r-es.org/GILMadrid En cualquier caso, os la adjunto. Martes 29 Octubre de 2013 - *Lugar:* S10 Bar - Guzmán el Bueno 56 (esquina Donoso
2010 Mar 17
0
In readGDAL(destfile, silent = TRUE) : GeoTransform values not available
Dear Ruser, I am trying to use the map library. But I have been problem the follow message. Warning message: *In readGDAL(destfile, silent = TRUE) : GeoTransform values not available * library(rgdal) library(RgoogleMaps) > GetMap(markers = '40.702147,-74.015794,blues%7C40.711614,-74.012318,greeng%7C40.718217,-73.998284,redc', destfile = "MyTile1.png"); Read 1 item [1]