Skip to content

Commit

Permalink
documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-salabim committed Apr 27, 2018
1 parent 327cab8 commit d2b6f1b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 7 deletions.
8 changes: 6 additions & 2 deletions R/mapView.R
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,15 @@ if ( !isGeneric('mapView') ) {
#'
#' @param x a \code{Raster*} or \code{Spatial*} or \code{Satellite} or
#' \code{sf} object or a list of any combination of those. Furthermore,
#' this can also be a \code{data.frame} or a \code{numeric vector}.
#' this can also be a \code{data.frame} or a \code{numeric vector}. If missing,
#' a blank map will be drawn.
#' @param map an optional existing map to be updated/added to
#' @param pane name of the map pane in which to render features. See
#' \code{\link{addMapPane}} for details. Currently only supported for vector layers.
#' Ignored if \code{canvas = TRUE}.
#' Ignored if \code{canvas = TRUE}. The default \code{"auto"} will create different panes
#' for points, lines and polygons such that points overlay lines overlay polygons.
#' Set to \code{NULL} to get default leaflet behaviour where allfeatures
#' are rendered in the same pane and layer order is determined by automatically/sequencially.
#' @param canvas whether to use canvas rendering rather than svg. May help
#' performance with larger data. See \url{http://leafletjs.com/reference-1.3.0.html#canvas}
#' for more information.
Expand Down
14 changes: 9 additions & 5 deletions man/mapView.Rd

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

0 comments on commit d2b6f1b

Please sign in to comment.