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

Rotate x-axis labels by default for plot method for check_outliers() #321

Merged
merged 1 commit into from
Feb 4, 2024

Conversation

strengejacke
Copy link
Member

Fixes #317

Copy link
Member Author

@strengejacke strengejacke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

library(performance)
library(see)

x <- check_outliers(mtcars)
plot(x)

x <- check_outliers(mtcars, method = c("mahalanobis", "zscore"))
plot(x)

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

@strengejacke strengejacke mentioned this pull request Feb 4, 2024
@strengejacke strengejacke merged commit 3e13fc2 into main Feb 4, 2024
24 of 26 checks passed
@strengejacke strengejacke deleted the strengejacke/issue317 branch February 4, 2024 17:13
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.

Rotate x-axis labels by default for plot method for check_outliers()
1 participant