Skip to content

Commit

Permalink
Website commit
Browse files Browse the repository at this point in the history
  • Loading branch information
andreaharder committed Nov 7, 2024
1 parent 4c305af commit 762100f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion HarderProjectProposal.qmd
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
---
title: "Project Proposal"
author: Andrea Harder
format: html
format:
docx
editor: visual
---

```{r setup, include = FALSE}
library(imager)
library(ggplot2)
library(png)
library(tinytex)
```

# Introduction
Expand All @@ -35,9 +38,11 @@ This graphic shows pedestrian fatalities from 2019 to 2023 across the United Sta
[Example 1 Link](https://www.ghsa.org/resources/Pedestrians24)

##Example 2

```{r, out.width="100%", echo = FALSE}
knitr::include_graphics("C:/Repos/final-project-andreaharder/IMG/Example2.jpg")
```

This choropleth map can be used to communicate the geospatial distribution of pedestrian fatalities across the United States. States with darker colors have a higher rate of pedestrian fatalities per 100,000 people compared to states with lighter colors. For example, New Mexico has the highest death rate at 4.68 and Nebraska has the lowest death rate at 0.71. This map could be reproduced to show the geospatial distribution of fatal crashes in NYS by county.

[Example 2 Link](https://www.ghsa.org/resources/Pedestrians24)
Expand Down
1 change: 1 addition & 0 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ library(leaflet)
library(kableExtra)
library(htmlwidgets)
library(widgetframe)
library(imager)
knitr::opts_chunk$set(widgetframe_widgets_dir = 'widgets' )
knitr::opts_chunk$set(cache=TRUE) # cache the results for quick compiling
```
Expand Down

0 comments on commit 762100f

Please sign in to comment.