Dot plot in 1d using the interactive loon package

points_1d_loon(
  zargs,
  linkingGroup = NULL,
  linkingKey = NULL,
  showLabels = FALSE,
  showScales = FALSE,
  showGuides = FALSE,
  glyph = "ocircle",
  itemLabel = NULL,
  showItemLabels = TRUE,
  parent = NULL,
  ...
)

Arguments

zargs

The argument list as passed from zenplot()

linkingGroup

A string specifying the initial group of plots to be linked to this plot

linkingKey

List of IDs to link on

showLabels

Logical determining whether axis labels are displayed

showScales

Logical determining whether scales are displayed

showGuides

Logical determining whether the background guidelines are displayed

glyph

The plot glyph

itemLabel

A vector of strings to serve as the item labels

showItemLabels

Logical determing whether item labels display on mouse hover

parent

The tk parent for this loon plot widget

...

Additional parameters passed to loon::l_plot()

Value

A loon loon::l_plot(...)

Author

Marius Hofert and Wayne Oldford