Open carlosaya2 opened 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
and the structure of it is:
but it prompts the following error:
how can i format it to run it with corrplot?
Thank heaps in advance?
cheers
Use as.matrix to convert your data.frame to a matrix.
Hi there,
I have a table with already calculated coefficients and I would like to use corrplot to visualise it. this is the data
and the structure of it is:
but it prompts the following error:
how can i format it to run it with corrplot?
Thank heaps in advance?
cheers