Skip to content

Commit

Permalink
This commit update the pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
fdzul committed Jan 4, 2024
1 parent f74d8bb commit 0af814c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/staticmap_intensity.R
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ staticmap_intensity <- function(x, pal, option = NULL, name = NULL,
ggplot2::geom_sf(data = x,
fill = "grey88",
col = "white",
lwd = 0.3) +
lwd = 0.1) +
ggplot2::theme_void() +
ggplot2::geom_sf(data = x %>% dplyr::filter(intensity_gi > 0),
ggplot2::aes(fill = intensity_gi),
Expand All @@ -49,7 +49,7 @@ staticmap_intensity <- function(x, pal, option = NULL, name = NULL,
ggplot2::geom_sf(data = x,
fill = "grey95",
col = "white",
lwd = 0.3) +
lwd = 0.1) +
ggplot2::theme_void() +
ggplot2::geom_sf(data = x %>% dplyr::filter(intensity_gi > 0),
ggplot2::aes(fill = intensity_gi),
Expand Down

0 comments on commit 0af814c

Please sign in to comment.