Hi Luigi, Good illustration. Maybe if I can integrate vertical lines to show the nesting instead of bars it would work better. While it makes the nesting much clearer, some people may still accuse you of using a bar plot.
# new functions with the modifications source("barNest.R") source("drawNestedSpans.R") png("lm_plot.png",width=600) barNest(y~w+z+x,Q,main="Double Measurement", ylab="Response",col=barcol,errbars=TRUE) dev.off() Jim On Fri, Sep 25, 2020 at 9:54 PM Luigi Marongiu <marongiu.lu...@gmail.com> wrote: > > Thanks! looks nicer already. > I am attaching the figure I temporarily made with normal brkdn.plot > but yours has more information. > Best regards > Luigi >
______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.