Skip to content

Instantly share code, notes, and snippets.

View Jisoosong2017's full-sized avatar

Jisoosong2017

View GitHub Profile
@Jisoosong2017
Jisoosong2017 / Final_Project.R
Created November 4, 2016 22:28
Ji Soo Song - Final Project
#Activate appropriate packages.
library(readr)
library(tidyr)
library(dplyr)
library(ggplot2)
library(RColorBrewer)
library(maptools)
library(gtools)
library(ggmap)
#LAb 1, Ji Soo Song
#Enable the dplyr package.
library(dplyr)
#Define a vector with 10 authors' last names.
authorLastName<-c('Kim','Andrews','McDonald','Johnson','Bryant','Stein','Rodriguez','Li','Ali','Watson')
#Define a vector with one book written by each author.
title<-c('Lost Men','Of Cites and States','Gone','International Comparisons','Why?','Dunkirk','Soar','Wings of Liberty','Abacus','Lilac')
#Define a vector with the publication years of the above books.