Skip to content

big dodge_size -> wrong brackets #113

@StefanMunnes

Description

@StefanMunnes

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions