Non-Overlapping Text Labels
viz_labels(x, filter = "contribution", n = 10, type = "shadow", ...)
A data.frame
(typically returned by prepare_plot()
).
A character
string specifying the variable used to filter
observations. If NULL
, all labels are drawn.
An integer
specifying the number of labels to draw.
Only the labels of the top \(n\) observations according to filter
will
be drawn. If NULL
, all labels are drawn.
A character
string specifying the shape of the field.
It must be one of "text
", "shadow
" or "box
". Any unambiguous substring
can be given.
Currently not used.
N. Frerebeau