R/viz_labels.R

Defines functions viz_labels

# PLOT LABELS
#' @include AllGenerics.R
NULL

viz_labels <- function(x, y, ..., labels = seq_along(x),
                       box = FALSE, segment = FALSE,
                       cex = graphics::par("cex"),
                       col = graphics::par("fg"),
                       bg = graphics::par("bg"),
                       font = graphics::par("font")) {

  arkhe::label_auto(x, y, labels = labels, segment = segment, box = box,
                    cex = cex, col = col, bg = bg, font = font, ...)
}

Try the dimensio package in your browser

Any scripts or data that you put into this service are public.

dimensio documentation built on Nov. 25, 2023, 1:08 a.m.