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

Add pass through of additional arguments from cor_plot() to corrplot() #66

Merged
merged 3 commits into from Nov 8, 2022
Merged

Conversation

milescsmith
Copy link
Contributor

There are a number of graphical parameters that corrplot can take as arguments that are not covered by cor_plot()'s expected arguments. While some of these can be set using par(), there are instances where using par() results in overly broad effects or has no effect. For example, as far as i could tell, there is no way to set the text size for axis labels - trying to using par(tl.cex = x) does nothing while par(cex = x) sets the size for all text. Added ... as an argument for cor_plot() so these parameters can be passed to corrplot.

@kassambara kassambara merged commit e9615b3 into kassambara:master Nov 8, 2022
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.

None yet

2 participants