Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.39 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.39 KB

Mapping The Champs!

Using the mapping capabilities of R to visualize where the Clarifai champs are!

By Country

default colors

(using the Blues color palette)

By State

default colors

(using the Blues color palette)

How to run

Interested in running this for yourself to count past/future champs (or counts of other things by country and state)?

You need to have at least R version 3.3.1 and the packages ggplot2, ggmap, readr, dplyr, and RColorBrewer. You can install them by running this in the terminal in RStudio: install.packages(c("ggplot2", "ggmap", "readr", "dplyr", "RColorBrewer"))

To run in RStudio: clone the git repo, open mapping.R, set the working directory to the current file location (in the ribbon: Session > Set Working Directory > To Source File Location), and click "Run".