plot.xyloplot: Plot a xyloplot object

Description Usage Arguments Value See Also

View source: R/functions.R

Description

Render a xyloplot object using base graphics.

Usage

1
2
3
4
5
6
## S3 method for class 'xyloplot'
plot(x, vertical = TRUE, value_lab = "Value",
  pivots_lab = "Frequency", box = TRUE, draw_empty = TRUE, ...)

## S3 method for class '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


xyloplot documentation built on April 14, 2020, 7:07 p.m.