Displaying 1 result from an estimated 1 matches for "bowplot".
Did you mean:
cowplot
2012 Jan 29
1
Modifying whiskers in boxplots?
...4)])/sqrt(n)
list(stats = stats, n = n, conf = conf, out = x[out & nna])
}
posted by Mr. Jim Bowers, and additional posts discussing how to make
it work. The issue I am having is that all the posts say to edit
boxplot.default, but I have no idea how to actually do that. I've
tried fix(bowplot.default)
and fixInNamespace(...), but what do I actually change? I tried
including an argument "stats=myboxplot.stats" but that did not change
anything. Once it is changed, can I just use the same "boxplot(...)"
code as normal or
do I need to use myboxplot? I know this shou...