Method Signatures
Optional Arguments
Missing Value Support
Examples
DataFrame
Matrix
This method definition is useful if you have called cor()
yourself in a different step or receive a correlation matrix from some other method. Since cor()
from StatsBase
returns a plain Matrix
type, the corrplot
function checks to see that the Matrix is symmetrical (as it is when a correlation matrix is calculated).
Note that since the columns of a matrix aren’t labeled, you will need to use xaxis!
and yaxis!
with the data
keyword to set the axis labels (if desired).