Skip to content

Commit

Permalink
document missing arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
olivroy committed Feb 9, 2024
1 parent 8c8e0c3 commit 1d8c4e4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
3 changes: 2 additions & 1 deletion R/print.R
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
#' @param return.asp should the aspect ratio be returned?
#' @param show show the map
#' @param vp viewport (for `"plot"` mode)
#' @param knit A logical, should knit?
#' @param options A vector of options
#' @param ... not used
#' @export
#' @method print tmap
print.tmap = function(x, return.asp = FALSE, show = TRUE, vp = NULL, knit = FALSE, options = NULL, ...) {
args = list(...)
dev = getOption("tmap.devel.mode")
Expand Down
4 changes: 4 additions & 0 deletions man/print.tmap.Rd

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

2 changes: 2 additions & 0 deletions man/tmap_leaflet.Rd

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

0 comments on commit 1d8c4e4

Please sign in to comment.