Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
huizezhang-sherry committed Jun 15, 2023
1 parent 3bf50e2 commit 9228828
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions vignettes/cb5match.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,7 @@ res_tm_long <- res_tm %>%
mutate(matched = (matched - min(matched, na.rm = TRUE))/ (max(matched, na.rm = TRUE) - min(matched, na.rm = TRUE)))
vic_map <- ozmaps::abs_ste |>
filter(NAME == "Victoria") |>
rmapshaper::ms_simplify()
filter(NAME == "Victoria")
p1 <-ggplot() +
geom_sf(data = vic_map, fill = "grey95", color = "white") +
Expand Down

0 comments on commit 9228828

Please sign in to comment.