Skip to content

'gap' parameter in plotmeans function #17

@artur-gramacki

Description

@artur-gramacki

Dear authors,

It would be nice to introduce the gap parameter in plotmeans function. gap can be used only in plotCI function. However, I can use gap, for example as plotmeans(response ~ predictor, gap = 1) and it works but a warning is generated. Inspecting the source code I can see that plot( means, ..., col=col, xlim=xlim) is used BEFORE the plotCI call. And this is the source of the warning as the canonical plot function doesn't understand gap parameter. Is it possible to implement the 'gap' usage also in the plotmeans function?

Regards,
Artur

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