in addition, corrplot with no arguments returns blue for positive values and red for negatives, darker and bigger dots with the increase in the (absolute) value.
try:
require(corrplot)
corrplot(as.matrix(cor(mtcars)))
ps works without as.matrix in this example, but keep in mind that you should pass correlations as a matrix to the function)