Plot of labels indicating adjacent groups using the interactive loon package

group_2d_loon(
  zargs,
  glabs = NULL,
  sep = "\n",
  size = 8,
  rot = 0,
  baseplot = NULL,
  parent = NULL,
  ...
)

Arguments

zargs

argument list as passed from zenplot()

glabs

group labels being indexed by the plot variables (and thus of length as the number of variables); if NULL then they are determined with extract_2d()

sep

group label separator

size

plot size

rot

rotation

baseplot

If non-NULL the base plot on which the plot should be layered

parent

tk parent for this loon plot widget

...

Additional arguments passed to text()

Value

invisible()

Note

For performance reasons (avoiding having to call extract_2d() twice), 'glabs' is an extra argument

Author

Marius Hofert & Wayne Oldford