Skip to content

Commit

Permalink
Change labels of plot_wind_port to reflect updated language
Browse files Browse the repository at this point in the history
  • Loading branch information
BBeltz1 committed Feb 7, 2025
1 parent 89468a7 commit 6c6f116
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/plot_wind_port.R
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ plot_wind_port <- function(shadedRegion = NULL,
tidyr::pivot_longer(cols = c(EJ, Gentrification), names_to = "Variable") |>
dplyr::filter(!value == "NA") |>
dplyr::mutate(symbol = dplyr::recode(Variable, EJ = -7, Gentrification = -3),
Variable = dplyr::recode(Variable,"EJ"= "Mid-High to High EJ Concerns" ,
Variable = dplyr::recode(Variable,"EJ"= "Mid-High to High Social-demographics Concerns" ,
"Gentrification" ="Mid-High to High Gentrification Concerns"))


Expand Down

0 comments on commit 6c6f116

Please sign in to comment.