Skip to content

Commit

Permalink
rename part_margin() to margin_part()
Browse files Browse the repository at this point in the history
  • Loading branch information
teunbrand committed Sep 20, 2024
1 parent ad51647 commit b498734
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@ export(layer_sf)
export(lims)
export(map_data)
export(margin)
export(margin_part)
export(max_height)
export(max_width)
export(mean_cl_boot)
Expand All @@ -497,7 +498,6 @@ export(new_guide)
export(old_guide)
export(panel_cols)
export(panel_rows)
export(part_margin)
export(pattern_alpha)
export(position_dodge)
export(position_dodge2)
Expand Down
2 changes: 1 addition & 1 deletion R/margins.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ margin <- function(t = 0, r = 0, b = 0, l = 0, unit = "pt") {

#' @rdname element
#' @export
part_margin <- function(t = NA, r = NA, b = NA, l = NA, unit = "pt") {
margin_part <- function(t = NA, r = NA, b = NA, l = NA, unit = "pt") {
margin(t = t, r = r, b = b, l = l, unit = unit)
}

Expand Down
4 changes: 2 additions & 2 deletions man/element.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b498734

Please sign in to comment.