plotCorCoeff {PCIT}R Documentation

Superimpose a histogram of significant correlation coefficients over all correlation coefficents

Description

Given a complete correlation matrix and a list of non-significant correlation indices, plot the distribution of significant correlations on top of the distribution of all correlations.

Usage

  plotCorCoeff(m, nonSignif, leg.txt = c("All", "PCIT Significant"), ...)

Arguments

m - A correlation matrix.
nonSignif - Indices of all non-significant correlations.
leg.txt - A vector of labels to be used in the figure legend.
... - Additional parameters to be passed to rect().

Author(s)

Nathan S. Watson-Haigh


[Package PCIT version 1.01-1 Index]