Skip to content

qstripchart and qboxplot does not make use of the column names for axeslabels, unlike qviolin #73

@vertesy

Description

@vertesy
ToothLen.by.Dose <- ToothGrowth[, c("dose", "len")]; head(ToothLen.by.Dose)
qviolin(ToothLen.by.Dose, stat.test = T, col = "dose")

qstripchart(ToothLen.by.Dose)
qboxplot(ToothLen.by.Dose)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions