Skip to content

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

Notifications You must be signed in to change notification settings

RiRam/MappingTheChamps

Repository files navigation

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".

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages