/art-map-octo

Art Map with R 👩🏻‍🎨 🧑🏻‍🎨

Primary LanguageRGNU General Public License v3.0GPL-3.0

Art Map with R 👩🏻‍🎨 🧑🏻‍🎨

Build Status

Overview

The function create_art_map creates a png 36*24 Inch with 500 dpi with a streets information of Salamanca

Dependencies

  • ggplot2

    ggplot2 is a data visualization package for the statistical programming language R. It is a part of tidyverse. ggplot2 is a system for declaratively creating graphics, based on The Grammar of Graphics. You provide the data, tell ggplot2 how to map variables to aesthetics, what graphical primitives to use, and it takes care of the details.

    More information -> https://ggplot2.tidyverse.org/

    install.packages("ggplot2")
  • osmdata

    osmdata is an R package for downloading and using data from OpenStreetMap. OSM is a global open access mapping project, which is free and open under the ODbL licence.

    More information -> https://cran.r-project.org/web/packages/osmdata/vignettes/osmdata.html

    install.packages("osmdata")

Installation

devtools::install_github("vjsantojaca/art-map-octo")

Use

create_art_map()

Example Plot

Salamanca map art black and white Salamanca map art color

Bibliography 📘