Skip to content

Commit

Permalink
fixing directory in exercise 4
Browse files Browse the repository at this point in the history
  • Loading branch information
kwells4 committed Dec 11, 2023
1 parent 492040c commit c9c0f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ex/problem-set-4/matrices_clustering_heatmaps.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ To your heatmap made above, add annotations for the states using the `state_info

```{r, fig.height = 8}
# Load in states data
state_info <- read.csv(here("class_7-9_data", "state_info.csv"), row.names = 1)
state_info <- read.csv(here("class_8-10_data", "state_info.csv"), row.names = 1)
# TODO annotate with the state information
Expand Down

0 comments on commit c9c0f0e

Please sign in to comment.