Skip to content

Art Map with R πŸ‘©πŸ»β€πŸŽ¨ πŸ§‘πŸ»β€πŸŽ¨

License

Notifications You must be signed in to change notification settings

vjsantojaca/art-map-octo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

25 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

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 πŸ“˜

About

Art Map with R πŸ‘©πŸ»β€πŸŽ¨ πŸ§‘πŸ»β€πŸŽ¨

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages