histCorr {BNSP}R Documentation

Creates plots of correlation matrices

Description

This function plots the posterior distribution of the elements of correlation matrices.

Usage

histCorr(x, term = "R", plotOptions = list(),...)

Arguments

x

an object of class ‘mvrm’, as generated by function mvrm.

term

Admits two possible values: "R" to plot samples from the posterior of the correlation matrix R, and "muR" to plot samples from the posterior of the means \mu_R.

plotOptions

ggplot type options.

...

other arguments.

Details

Use this function to visualize the elements of a correlation matrix.

Value

Posterior distributions of elements of correlation matrices.

Author(s)

Georgios Papageorgiou gpapageo@gmail.com

See Also

mvrm

Examples

#see \code{mvrm} example

[Package BNSP version 2.2.3 Index]