taiyun / corrplot

A visual exploratory tool on correlation matrix
https://github.com/taiyun/corrplot
Other
318 stars 86 forks source link

correlation matrix as input #268

Open carlosaya2 opened 1 year ago

carlosaya2 commented 1 year ago

Hi there,

I have a table with already calculated coefficients and I would like to use corrplot to visualise it. this is the data

image

and the structure of it is:

image

but it prompts the following error:

image

how can i format it to run it with corrplot?

Thank heaps in advance?

cheers

stanstrup commented 4 months ago

Use as.matrix to convert your data.frame to a matrix.