From 6f274be36341878bccbdb3da1c3b665c540f0537 Mon Sep 17 00:00:00 2001 From: Florian Mayer Date: Tue, 11 Jan 2022 17:55:35 +0800 Subject: [PATCH] fix documentation for map_mwi --- R/map_mwi.R | 2 ++ man/map_mwi.Rd | 3 +++ 2 files changed, 5 insertions(+) diff --git a/R/map_mwi.R b/R/map_mwi.R index 95363bb9..c664b4e4 100644 --- a/R/map_mwi.R +++ b/R/map_mwi.R @@ -12,6 +12,8 @@ #' @template param-fmt #' @template param-tz #' @template param-cluster +#' @param split_species Whether to split data by species or taxon, +#' default: TRUE (split by species) #' @return A leaflet map #' @export #' @family wastd diff --git a/man/map_mwi.Rd b/man/map_mwi.Rd index a6619c9f..ccc4c12d 100644 --- a/man/map_mwi.Rd +++ b/man/map_mwi.Rd @@ -31,6 +31,9 @@ Note: In some places, the aerial background layer does not provide imagery at sufficient zoom levels, and therefore restricts the map zoom at levels where the cluster markers don't expand. Switch to "Place names" to let cluster markers expand.} + +\item{split_species}{Whether to split data by species or taxon, +default: TRUE (split by species)} } \value{ A leaflet map