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

format correlations with nsmall = number.digits #276

Merged
merged 1 commit into from
Aug 2, 2024

Conversation

the-mad-statter
Copy link
Contributor

Addresses Issue #275.

The correlation between drat and gear is now listed as 0.70 and not 0.7.

library(dplyr)
library(corrplot)

M <- mtcars |> select(gear, am, drat) |> cor()

corrplot(
  M, 
  type = "lower", 
  diag = FALSE, 
  addCoef.col = "black", 
  number.digits = 2
)

Created on 2024-04-29 with reprex v2.1.0

@taiyun taiyun merged commit 10bd7e4 into taiyun:master Aug 2, 2024
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

Successfully merging this pull request may close these issues.

3 participants