linearpackcircles

linearpackcircles(
  DF,
  ID_var = "ID",
  group_var = "group",
  area_var = "area",
  x_var = "x",
  separation_factor = 1,
  width_plot = 100,
  height_group = 10,
  label_circles = TRUE,
  max_overlaps = 8,
  size_text = 3,
  highlight_ID = NULL,
  random_seed = 12,
  area_multiplier = 1
)

Arguments

DF

input dataframe

ID_var

ID variable

group_var

group variable

area_var

area variable

x_var

x axis variable

separation_factor

how much separation between groups

width_plot

reduce x for plotting by this ratio

height_group

height of y axis for each group

label_circles

Should we draw labels for the circles

max_overlaps

overlaps in geom_text_repel

size_text

size text labels

highlight_ID

Which ID's to highlight

random_seed

random seed to use

area_multiplier

multiply area size by this

Value

ggplot object