File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,6 +20,13 @@ arrowheadDependency <- function() {
2020# ' \href{https://github.com/slutske22/leaflet-arrowheads}{leaflet-arrowheads}
2121# ' for further details.
2222# '
23+ # ' It is possible to style the lines and the arrowheads separately; put styling
24+ # ' specifications for the lines inside \code{\link{addArrowhead}} and the
25+ # ' specifications for the arrowheads inside \code{\link{arrowheadOptions}}.
26+ # ' A dashArray provided for the lines will also apply to the arrowheads,
27+ # ' but the latter can be overruled by specifying a separate dashArray
28+ # ' for the arrowheads inside \code{\link{arrowheadOptions}}.
29+ # '
2330# ' @inheritParams leaflet::addPolylines
2431# ' @param options A named list of options. See \code{\link{arrowheadOptions}}
2532# ' @family Arrowhead Functions
You can’t perform that action at this time.
0 commit comments