Inserts the Making Data Count icons for variation/assurance to a plot

geom_ptd_icon(
  data = NULL,
  icons_size = 8L,
  icons_position = c("top right", "bottom right", "bottom left", "top left"),
  ...
)

Arguments

data

the dataframe to plot. Must be of type ptd_spc_df

icons_size

the size of the icons

icons_position

the position of the icons in the plot

...

currently unused