Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

correlation matrix as input #268

Open
carlosaya2 opened this issue Jun 26, 2023 · 1 comment
Open

correlation matrix as input #268

carlosaya2 opened this issue Jun 26, 2023 · 1 comment

Comments

@carlosaya2
Copy link

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants