Description Usage Arguments Author(s) See Also Examples
View source: R/LSD.linesplot.r
Visualize one-dimensional data in its every detail.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
x |
numeric data as vector, matrix, list or data.frame. |
labels |
a character vector of labels. |
col |
a R build-in color. |
cols |
a character vector of R build-in colors. |
alpha |
alpha value: a two-digit integer between 01 and 99 for color opacity, i.e. appearance of partial or full transparency (usage omitted by default). |
xlim |
x limits, standard graphics parameter. |
ylim |
y limits, standard graphics parameter. |
xlab |
x label, standard graphics parameter. |
ylab |
y label, standard graphics parameter. |
las |
las=1: horizontal text, las=2: vertical text (x-axis labels). |
outline |
logical: if |
cexbox |
a numerical value giving the amount by which the boxes should be magnified relative to the default. |
addboxes |
logical: if |
border |
a R build-in color for the box and the whiskers (if |
range |
this determines how far the plot whiskers extend out from the box. |
lwd |
linewidth of the box and whiskers. |
main |
title(s) of the plot, standard graphics parameter. |
... |
additional parameters to be passed to points and plot. |
Bjoern Schwalb
1 2 3 4 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.