plotCorCoeff {PCIT} | R Documentation |
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.
plotCorCoeff(m, nonSignif, leg.txt = c("All", "PCIT Significant"), ...)
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(). |
Nathan S. Watson-Haigh