plot.center.test {familial}R Documentation

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 class 'center.test'
plot(x, band = c(0.5, 0.75, 0.95), ninterp = 25, ...)

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

Value

A plot of the posterior distribution.

Author(s)

Ryan Thompson <ryan.thompson@monash.edu>


[Package familial version 1.0.5 Index]