Spandana Makeneni
08/04/2020
Dashboard for exploring college and tuition data
The goal of this assignment is to build:
btc_esp_plot <- ggplot(df,aes(Name=Name))+
geom_segment(aes(x=Outstate,xend=Outstate,y=early_career_pay,
yend=mid_career_pay),color="gray")+
geom_point(aes(x=Outstate,y=early_career_pay,color="Earlycareer"),size=3)+ geom_point(aes(x=Outstate,mid_career_pay,color="Midcareer"),size=3)+
theme_classic()+xlab("Out of state tuition")+ylab("Pay")