lplot(x, labels = NULL, col = "black", cols = NULL, alpha = 25, xlim = NULL, ylim = NULL, xlab = NULL, ylab = "data values", las = 1, outline = TRUE, cexbox = 0.6, addboxes = FALSE, border = "black", range = 1.5, lwd = 1.5, main = "Linesplot", ...)linesplot(x, labels = NULL, col = "black", cols = NULL, alpha = 25, xlim = NULL, ylim = NULL, xlab = NULL, ylab = "data values", las = 1, outline = TRUE, cexbox = 0.6, addboxes = FALSE, border = "black", range = 1.5, lwd = 1.5, main = "Linesplot", ...)
data as vector, matrix, list or data.frame
vector of labels
standard color
vector of colors
alpha value for color opacity
xlimits, standard graphics parameter
ylimits, standard graphics parameter
xlab, standard graphics parameter
ylab, standard graphics parameter
las=1: horizontal text, las=2: vertical text (x-axis labels)
should outliers be plotted
cex of the boxes
should boxplots be added
color of the box and whiskers
this determines how far the plot whiskers extend out from the box
linewidth of the box and whiskers
title of the plot
additional parameters to be passed to points and plot
heatboxplot
,LSD.demo.tour