Learn R Programming

xyloplot (version 2.0)

plot.xyloplot: Plot a xyloplot object

Description

Render a xyloplot object using base graphics.

Usage

# S3 method for xyloplot
plot(x, vertical = TRUE, value_lab = "Value",
  pivots_lab = "Frequency", box = TRUE, draw_empty = TRUE, ...)

# S3 method for xyloplot print(x, ...)

Arguments

x

Object of class "xyloplot"

vertical

Logical value determining whether to plot vertical or horizontal xylophones.

value_lab

Text to put on value axis.

pivots_lab

Text to put on pivots axis.

box

Logical value determining whether to draw a box around the plot.

draw_empty

Logical value determining whether to draw `empty' boxes in the xylophones. If TRUE (default), empty boxes will appear as lines.

...

Additional arguments passed to plot.

Value

Renders a xyloplot.

See Also

xyloplot