dotplot.errors | R Documentation |
build a vertical dotplot with error bars
## S3 method for class 'errors'
dotplot(
x,
myTheme = simpleTheme(pch = 19, col = 1),
qlabel = "Estimated rate",
add.text.to.qlabel = "",
type.bar = "CI",
conf.level = 0.95,
end.length = 0.05,
reorder.groups = TRUE,
reordering = "decreasing",
label.define = list(),
reference.line = NULL,
bar.color = 1,
horizontal = TRUE,
...
)
x |
dataframe |
myTheme |
default values for pch and col (todo) |
qlabel |
text for axis label |
add.text.to.qlabel |
additional text for axis label |
type.bar |
default is "CI" |
conf.level |
default is .95 |
end.length |
default is .05 |
reorder.groups |
default is TRUE |
reordering |
order of sorting when reorder.groups is TRUE |
label.define |
(todo) |
reference.line |
value for the reference line. default is null |
bar.color |
default is 1 |
horizontal |
layout of the dotplot. default is TRUE |
... |
further arguments passed to or from other methods. |
Rollie Parrish
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.