Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

export opt_tm_markers() #859

Merged
merged 5 commits into from
Apr 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export(opt_tm_cartogram_ncont)
export(opt_tm_dots)
export(opt_tm_labels)
export(opt_tm_lines)
export(opt_tm_markers)
export(opt_tm_polygons)
export(opt_tm_raster)
export(opt_tm_sf)
Expand Down
2 changes: 0 additions & 2 deletions R/tm_layers_cartogram.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#' @param type,itermax,expansion,inplace,share Additional options
#'
#' @rdname tm_cartogram
#' @name opt_tm_cartogram
#' @param type cartogram type, one of: "cont" for contiguous cartogram, "ncont" for non-contiguous cartogram and "dorling" for Dorling cartograms
Expand Down
1 change: 1 addition & 0 deletions R/tm_layers_text.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ opt_tm_labels = function(points.only = "ifany",
#' @param dots.grob.dim vector of four values that determine how grob objects (see details) are shown in view mode. The first and second value are the width and height of the displayed icon. The third and fourth value are the width and height of the rendered png image that is used for the icon. Generally, the third and fourth value should be large enough to render a ggplot2 graphic successfully. Only needed for the view mode.
#' @rdname tm_text
#' @name opt_tm_labels
#' @export
opt_tm_markers = function(markers.on.top.of.text = FALSE,
points.only = "ifany",
shadow = FALSE,
Expand Down