
Non-Overlapping Text Labels
viz_labels.Rd
Non-Overlapping Text Labels
Arguments
- x
A
data.frame
(typically returned byprepare_plot()
).- filter
A
character
string specifying the variable used to filter observations. IfNULL
, all labels are drawn.- n
An
integer
specifying the number of labels to draw. Only the labels of the top \(n\) observations according tofilter
will be drawn. IfNULL
, all labels are drawn.- type
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.