Description Usage Arguments Author(s) See Also Examples
Depict a numeric matrix or list utilizing the underlying mean and standard deviation estimates of one dimension in a color encoded fashion (add to an existing plot).
1 2 3 4 5 6 7 8 | singlemsdplot(
input,
col = "darkgreen",
alpha = 50,
bars = TRUE,
length = 0.25,
at = NULL
)
|
input |
data as matrix or list. |
col |
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). |
bars |
logical: if |
length |
a numeric value scaling the width of the bars. |
at |
a integer vector containing the x-positions corresponding to the columns of 'input'. |
Bjoern Schwalb
comparisonplot
, demotour
, disco
, colorpalette
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.