Render a xyloplot object using base graphics.
# 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, ...)
Object of class "xyloplot"
Logical value determining whether to plot vertical or horizontal xylophones.
Text to put on value axis.
Text to put on pivots axis.
Logical value determining whether to draw a box around the plot.
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.
Renders a xyloplot.