R with White Dwarf A distant star coding in R
Posts with the tag R maps:

Map any region in the world with R - Part IV: Object Oriented Programming in R with S3

You can find all the posts on this series under the tag maps-app (including the Spanish versions). You can also find the current state of the project under my GitHub repo mapic. Scope of this post We are creating maps of data showing changes over a span of time for different countries and pointing at all kinds of cities. That basically means that we need to map any region of the world with R.

Map any region in the world with R - Part III: Programming with ggplot2

You can find all the posts on this series under the tag maps-app (including the Spanish versions). You can also find the current state of the project under my GitHub repo mapic. Scope of this post We are creating maps of data showing changes over a span of time for different countries and pointing at all kinds of cities. That basically means that we need to map any region of the world with R.

Webscrap and iteration in R

About this post We are creating maps of data showing changes over a span of time for different countries and pointing at all kinds of cities. That basically means that we need to map any region of the world with R. Today there are all kinds of packages and techniques to do that. I will share the strategy I used with ggplot2 and maps packages, using support of Open Street Map to obtain the coordinates of cities and finally making it interactive with shiny.

Map any region in the world with R - Part II: Obtaining the coordinates

You can find all the posts on this series under the tag maps-app (including the Spanish versions). You can also find the current state of the project under my GitHub repo mapic. Scope of this post This is the second part of the series to create a map of any region of the world with R. We are creating maps of data showing changes over a span of time for different countries and pointing at all kinds of cities.

Mapa de cualquier región del mundo con R - Parte II: obteniendo las coordenadas.

Pueden encontrar todas las publicaciones en este tema bajo la etiqueta maps-app (incluyendo las versiones en inglés). También pueden encontrar el estado actual del proyecto en mi GitHub repo mapic. Sobre este post Esta es la segunda parte de las series de cómo crear mapas de cualquier región del mundo con R. De antemano me disculpo por detalles que puedan encontrar en la traducción, el post original lo creé en Inglés y el trabajo de traducción puede ser excesivo si voy a cada detalle.

Map any region in the world with R - Part I: The basic map

You can find all the posts on this series under the tag maps-app. You can also find the current state of the project under my GitHub repo mapic (including the Spanish versions). Scope of this post When you prepare for a job interview one of the questions they always tell you to prepare is “What are you most proud of?”. Personally I’ve never been asked that question in a job interview but it kept me thinking.