Description Usage Arguments See Also Examples
View source: R/gg-constructors.R
Add automatically placed label
1 2  | agg_autolabel(quiet = FALSE, arrow_lines = TRUE, arrow_bars = FALSE,
  ignore_existing_labels = FALSE)
 | 
quiet | 
 (logical, default FALSE) Do not output progress of autolabeller  | 
arrow_lines | 
 (logical, default TRUE) Add arrows between labels and line series if there isn't line of sight between the label and the series.  | 
arrow_bars | 
 (logical, default FALSE) Add arrows between labels and bar series if there isn't line of sight between the label and the series.  | 
ignore_existing_labels | 
 (logical, default FALSE) Add labels to panels with already-existing manual labels. Set to TRUE to auto-place labels on such panels (note: will add all labels, as the autolabeller doesn't know which series, if any, the existing label is for)  | 
vignette("plotting-options", package = "arphit") for a
detailed description of all the plotting options
1 2 3 4 5  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.