View source: R/litterDiallel.R
plot_ci | R Documentation |
stack multiple mcmc chains into one mcmc object
plot_ci( midvals, narrow.intervals, wide.intervals, names = 1:length(midvals), add = FALSE, main = "", main.line = 2, xlab = "Estimate", xlab.line = 2.5, xlim = NULL, ylab = "", yaxis = TRUE, ylim = c(0, length(midvals)), name.line = 4, pch.midvals = 19, col = "black", col.midvals = col, cex.labels = 1, type = "p", name.margin = 6.1, title.margin = 4.1, title.line = 3.5, bottom.margin = 5.1, bottom.line = 4.5, right.margin = 2.1, right.line = 1.5, mar = sides(left = name.margin, bottom = bottom.margin, top = title.margin, right = right.margin), mar.update = sides(), before.data = function() { }, plt.left = NULL, plt.right = NULL, plt.bottom = NULL, plt.title = NULL, ... )
midvals |
midvals |
narrow.intervals |
narrow.intervals |
wide.intervals |
wide.intervals |
names |
names |
add |
add |
main |
main |
main.line |
main.line |
xlab |
xlab |
xlab.line |
xlab.line |
xlim |
xlim |
ylab |
ylab |
yaxis |
yaxis |
ylim |
ylim |
name.line |
name.line |
pch.midvals |
pch.midvals |
col |
col |
col.midvals |
col.midvals |
cex.labels |
cex.labels |
type |
type |
name.margin |
name.margin |
title.margin |
title.margin |
title.line |
title.line |
bottom.margin |
bottom.margin |
bottom.line |
bottom.line |
right.margin |
right.margin |
right.line |
right.line |
mar |
mar |
mar.update |
mar.update |
before.data |
before.data |
plt.left |
plt.left |
plt.right |
plt.right |
plt.bottom |
plt.bottom |
plt.title |
plt.title |
... |
additional arguments |
returns plotted caterpillar plot with confidence intervals
## not run
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.