plot_diceleraas | R Documentation |
Plots a Dice-Leraas diagram.
plot_diceleraas(object, ...)
## S4 method for signature 'matrix'
plot_diceleraas(
object,
main = NULL,
sub = NULL,
ann = graphics::par("ann"),
axes = TRUE,
frame.plot = FALSE,
panel.first = NULL,
panel.last = NULL,
...
)
## S4 method for signature 'data.frame'
plot_diceleraas(
object,
main = NULL,
sub = NULL,
ann = graphics::par("ann"),
axes = TRUE,
frame.plot = FALSE,
panel.first = NULL,
panel.last = NULL,
...
)
object |
A |
... |
Further graphical parameters. |
main |
A |
sub |
A |
ann |
A |
axes |
A |
frame.plot |
A |
panel.first |
An an |
panel.last |
An |
In a Dice-Leraas diagram, the horizontal line represents the range of data (min-max) and the small vertical line indicates the mean. The black rectangle is twice the standard error on the mean, while the white rectangle is one standard deviation on either side of the mean.
plot_diceleraas()
is called for its side-effects: it results in a
graphic being displayed (invisibly returns object
).
N. Frerebeau
Dice, L. R., & Leraas, H. J. (1936). A Graphic Method for Comparing Several Sets of Measurements. Contributions from the Laboratory of Vertebrate Genetics, 3: 1-3.
Hubbs, C. L., & C. Hubbs (1953). An Improved Graphical Analysis and Comparison of Series of Samples. Systematic Biology, 2(2): 49-56. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.2307/sysbio/2.2.49")}.
Simpson, G. G., Roe, A., & Lewontin, R. C. Quantitative Zoology. New York: Harcourt, Brace and Company, 1960.
Other plot methods:
matrigraph()
,
plot_bertin()
,
plot_ford()
,
plot_heatmap()
,
plot_rank()
,
plot_spot()
,
seriograph()
## Data from Desachy 2004
data("compiegne", package = "folio")
## Plot a Dice-Leraas diagram
plot_diceleraas(compiegne)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.