# NOT RUN {
library(ggplot2)
ggplot(voter_count, aes(x = percent_highest_office, y = percent_total_ballots_counted)) +
geom_point() +
labs(
title = "Total Ballots V Highest Office",
x = "Highest Office",
y = "Total Ballots"
)
# }
Run the code above in your browser using DataLab