This is an Rstudio assignment.

1 answer below »
This is an Rstudio assignment.

Answered 6 days AfterSep 19, 2022

Answer To: This is an Rstudio assignment.

Mohd answered on Sep 26 2022
51 Votes
Assignment Three
Assignment Three
Professor Lepore
9/22/2022
Task(s):
• [1] Create a bar graph of the mean number of servicing zip codes by community board wit
h the
community boards ‘filled in’ by borough [1 Points]
• [2] Flip the graph with coord flip [1 Points]
• [3] Label the x, y axes and create a title [1 Points]
• [4] Use a theme for your plot other than the one used in class [1 Points]
• [5] Use geom_text or geom_label to label | annotate the bars in your graph with the corresponding
values [3 Points]
• [6] Interpret your graph [3 Points]
• [Note] When turning in your assignment please attach both this RMD file and the html knitted
file. I’ve already set the specific chunk settings for this assignment. Also be sure to rename both as
assignment_three_first_lastname.
Be sure to cite your code references/sources
Extra points (1)
• Change the borough colors to a color scale of your choice. Cannot be the same as the default ggplot
color scale (see Chunk 5 Extra Credit Hints)
Partial credit is possible for task five and six.
R
# Chunk Options ----------------------------------------------------------------
knitr::opts_chunk$set(
echo = TRUE,
fig.align = "center"
)
# R PACKAGES -------------------------------------------------------------------
1
if (!require('tidyverse'))
install.packages('tidyverse',
repos = "http://cran.us.r-project.org");
## Loading required package: tidyverse
## -- Attaching packages --------------------------------------- tidyverse 1.3.1 --
## v ggplot2 3.3.5 v purrr 0.3.4
## v tibble 3.1.8 v dplyr 1.0.7
## v tidyr 1.1.4 v stringr 1.4.0
## v readr 2.0.0 v...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here