Skip to content
Merged
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
7 changes: 7 additions & 0 deletions R/arrowhead.R
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ arrowheadDependency <- function() {
#' \href{https://github.com/slutske22/leaflet-arrowheads}{leaflet-arrowheads}
#' for further details.
#'
#' It is possible to style the lines and the arrowheads separately; put styling
#' specifications for the lines inside \code{\link{addArrowhead}} and the
#' specifications for the arrowheads inside \code{\link{arrowheadOptions}}.
#' A dashArray provided for the lines will also apply to the arrowheads,
#' but the latter can be overruled by specifying a separate dashArray
#' for the arrowheads inside \code{\link{arrowheadOptions}}.
#'
#' @inheritParams leaflet::addPolylines
#' @param options A named list of options. See \code{\link{arrowheadOptions}}
#' @family Arrowhead Functions
Expand Down