chris-amendola / HoustonCrimeDataAnalysis

0 stars 0 forks source link

Slope Plot for Districts #4

Closed chris-amendola closed 1 year ago

chris-amendola commented 1 year ago

Write code to produce slope plot via R

chris-amendola commented 1 year ago

https://towardsdatascience.com/7-day-challenge-mastering-ggplot2-day-3-slope-graph-a7cb373dc252: f1 <- ggplot(data = mean_storm, aes(x = year, y = avg_windpower, group = status, color=status,alpha=1)) + geom_line( size = 2) + geom_point( size = 4) + xlab("Year") + ylab("Avg wind power") + ggtitle("Average wind power in 1975 and 2015") f1

chris-amendola commented 1 year ago

https://ibecav.github.io/slopegraph/

chris-amendola commented 1 year ago

Done. https://sites.google.com/view/houstoncrimedataanalysis/violent-crime/june-30th-2023/houston-districts