Boxplot of PSA bootstrap results.
# S3 method for PSAboot
boxplot(
x,
bootstrap.mean.color = "blue",
bootstrap.ci.color = "green",
bootstrap.ci.width = 0.5,
bootstrap.ci.size = 3,
overall.mean.color = "red",
tufte = FALSE,
coord.flip = TRUE,
...
)
a ggplot2 expression.
result of PSAboot
.
the color of the point for the bootstrap mean, or NA to omit.
the color of the confidence intervals of the bootstrap samples, or NA to omit.
the width of the confidence interval lines at the end.
the size of the confidence interval lines.
the color of the point for the overall (before bootstrapping) mean, or NA to omit.
use Tufte's boxplot style. Requires the ggthemes
package.
Whether to flip the coordinates.
unused