Skip to content

Commit

Permalink
area
Browse files Browse the repository at this point in the history
  • Loading branch information
ByMaxAnjos committed Nov 5, 2024
1 parent 7f54d20 commit bbcfe74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/lcz_cal_area.R
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ lcz_cal_area <- function(x,
label = base::paste0("Total: ", base::sum(lcz_df$area_km2), " km\u00B2")
) +
ggplot2::theme(
legend.key.spacing.y = ggplot2::unit(-1.4, "line"),
#legend.key.spacing.y = ggplot2::unit(-1.4, "line"),
plot.title.position = "plot",
plot.title = ggplot2::element_text(size = 22),
plot.subtitle = ggplot2::element_text(size = 20),
Expand Down Expand Up @@ -245,7 +245,7 @@ lcz_cal_area <- function(x,
ggplot2::theme(
# legend.position = "left",
legend.margin = ggplot2::margin(0, -5, 0, 0),
legend.key.spacing.y = ggplot2::unit(-1.3, "line"),
#legend.key.spacing.y = ggplot2::unit(-1.3, "line"),
plot.title.position = "plot",
plot.title = ggplot2::element_text(size = 22),
plot.subtitle = ggplot2::element_text(size = 20),
Expand Down

0 comments on commit bbcfe74

Please sign in to comment.