boxplot.PSAboot: Boxplot of PSA bootstrap results.

View source: R/boxplot.PSAboot.R

boxplot.PSAbootR Documentation

Boxplot of PSA bootstrap results.

Description

Boxplot of PSA bootstrap results.

Usage

## S3 method for class '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,
  ...
)

Arguments

x

result of PSAboot.

bootstrap.mean.color

the color of the point for the bootstrap mean, or NA to omit.

bootstrap.ci.color

the color of the confidence intervals of the bootstrap samples, or NA to omit.

bootstrap.ci.width

the width of the confidence interval lines at the end.

bootstrap.ci.size

the size of the confidence interval lines.

overall.mean.color

the color of the point for the overall (before bootstrapping) mean, or NA to omit.

tufte

use Tufte's boxplot style. Requires the ggthemes package.

coord.flip

Whether to flip the coordinates.

...

unused

Value

a ggplot2 expression.


jbryer/PSAboot documentation built on Oct. 29, 2023, 10 a.m.