diff --git a/R/print.R b/R/print.R index 18a1263e..9b090bda 100644 --- a/R/print.R +++ b/R/print.R @@ -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") diff --git a/man/print.tmap.Rd b/man/print.tmap.Rd index 52911eeb..ced9cc2d 100644 --- a/man/print.tmap.Rd +++ b/man/print.tmap.Rd @@ -26,6 +26,10 @@ knit_print.tmap(x, ..., options = NULL) \item{vp}{viewport (for \code{"plot"} mode)} +\item{knit}{A logical, should knit?} + +\item{options}{A vector of options} + \item{...}{not used} } \description{ diff --git a/man/tmap_leaflet.Rd b/man/tmap_leaflet.Rd index 2f92b33f..93924697 100644 --- a/man/tmap_leaflet.Rd +++ b/man/tmap_leaflet.Rd @@ -19,6 +19,8 @@ tmap_grid(x, show = FALSE, ...) \describe{ \item{\code{return.asp}}{should the aspect ratio be returned?} \item{\code{vp}}{viewport (for \code{"plot"} mode)} + \item{\code{knit}}{A logical, should knit?} + \item{\code{options}}{A vector of options} }} } \value{