Skip to content

Commit

Permalink
fix missing function error
Browse files Browse the repository at this point in the history
  • Loading branch information
tiernanmartin committed Mar 14, 2024
1 parent 8db68a3 commit 1c32a47
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,7 @@ kent_hist_subtitle <- "Area-weighted mean net development capacity ($AWM_{{NDC}}
analysis_parcels_ndc |>
filter(city %in% "Kent") |>
create_hist_with_inset() +
plot_annotation(title = "HB 2160's Effect on Net Development Capacity in Kent, WA",
patchwork::plot_annotation(title = "HB 2160's Effect on Net Development Capacity in Kent, WA",
subtitle = kent_hist_subtitle)
```
Expand Down Expand Up @@ -1185,7 +1185,7 @@ mercerisland_hist_subtitle <- "Area-weighted mean net development capacity ($AWM
analysis_parcels_ndc |>
filter(city %in% "Mercer Island") |>
create_hist_with_inset(binwidth = .25) +
plot_annotation(title = "HB 2160's Effect on Net Development Capacity in Mercer Island, WA",
patchwork::plot_annotation(title = "HB 2160's Effect on Net Development Capacity in Mercer Island, WA",
subtitle = mercerisland_hist_subtitle)
```
Expand Down Expand Up @@ -1378,7 +1378,7 @@ redmond_hist_subtitle <- "Area-weighted mean net development capacity ($AWM_{{ND
analysis_parcels_ndc |>
filter(city %in% "Redmond") |>
create_hist_with_inset() +
plot_annotation(title = "HB 2160's Effect on Net Development Capacity in Redmond, WA",
patchwork::plot_annotation(title = "HB 2160's Effect on Net Development Capacity in Redmond, WA",
subtitle = redmond_hist_subtitle)
```
Expand Down Expand Up @@ -1605,7 +1605,7 @@ shoreline_hist_subtitle <- "Area-weighted mean net development capacity ($AWM_{{
analysis_parcels_ndc |>
filter(city %in% "Shoreline") |>
create_hist_with_inset() +
plot_annotation(title = "HB 2160's Effect on Net Development Capacity in Shoreline, WA",
patchwork::plot_annotation(title = "HB 2160's Effect on Net Development Capacity in Shoreline, WA",
subtitle = shoreline_hist_subtitle)
```
Expand Down

0 comments on commit 1c32a47

Please sign in to comment.