- x
an sf object, a simple feature collection, as outputted by the getBorders function.
- df
a data frame that contains the values used to compute and plot discontinuities.
- dfid
name of the identifier variable in df, default to the first column
of df. (optional)
- var
name of the numeric variable used to compute and plot discontinuities.
- method
a classification method; one of "sd", "equal", "quantile", "fisher-jenks","
q6", "geom", "arith", "em" or "msd" (see getBreaks).
- nclass
a targeted number of classes. If null, the number of
class is automatically defined (see getBreaks).
- threshold
share of represented borders, value between 0
(nothing) and 1 (all the discontinuities).
- type
type of discontinuity measure, one of "rel" or "abs" (see Details).
- sizemin
thickness of the smallest line.
- sizemax
thickness of the biggest line.
- col
color of the discontinuities lines.
- legend.pos
position of the legend, one of "topleft", "top",
"topright", "right", "bottomright", "bottom", "bottomleft", "left" or a
vector of two coordinates in map units (c(x, y)). If
legend.pos is "n" then the legend is not plotted.
- legend.title.txt
title of the legend.
- legend.title.cex
size of the legend title.
- legend.values.cex
size of the values in the legend.
- legend.values.rnd
number of decimal places of the values in
the legend.
- legend.frame
whether to add a frame to the legend (TRUE) or
not (FALSE).
- add
whether to add the layer to an existing plot (TRUE) or
not (FALSE).