drawLVplot {lvplot} | R Documentation |
Draw an LV plot.
Description
Draw an LV plot.
Usage
drawLVplot(
x,
y,
k,
out,
qu,
horizontal,
col,
border = "grey50",
width = 0.9,
width.method = "linear",
median.col,
...
)
Arguments
x |
x positions |
y |
y positions |
k |
number of letter value statistics used |
out |
indices of outliers |
qu |
quantiles |
horizontal |
display horizontally (TRUE) or vertically (FALSE) |
col |
vector of colours to use |
border |
vector of colours to use |
width |
maximum height/width of box |
width.method |
one of 'linear', 'height' or 'area'. Methods 'height' and 'area' ensure that these dimension are proportional to the number of observations within each box. |
[Package lvplot version 0.2.1 Index]