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
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