Learn R Programming

familial (version 1.0.7)

plot.center.test: Plot function for center.test object

Description

Plot the posterior distribution for the family of centers using a functional box plot.

Usage

# S3 method for center.test
plot(x, band = c(0.5, 0.75, 0.95), ninterp = 25, ...)

Value

A plot of the posterior distribution.

Arguments

x

an object of class center.test

band

a vector of band limits for the functional box plot

ninterp

the number of interpolation points for the functional box plot; more points lead to finer resolution of the plot at the expense of additional computation

...

any other arguments

Author

Ryan Thompson <ryan.thompson-1@uts.edu.au>