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

big dodge_size -> wrong brackets #113

Open
StefanMunnes opened this issue Jun 12, 2023 · 0 comments
Open

big dodge_size -> wrong brackets #113

StefanMunnes opened this issue Jun 12, 2023 · 0 comments

Comments

@StefanMunnes
Copy link

Hello, thanks for the great package.
I struggeld the last three days finding an error: Values of dodge_size >= 1 mess up the brackets. There should at least be a note in the documentation.

data("mtcars")

m1 <- lm(mpg ~ wt + disp, data = mtcars)
m2 <- lm(mpg ~ wt + disp + cyl + gear, data = mtcars)

dwplot(list(m1, m2), dodge_size = 1) %>%
  add_brackets(list(c("G1", "wt", "disp"), c("G2", "cyl", "gear")))

plot

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

1 participant