search for: gengler

Displaying 2 results from an estimated 2 matches for "gengler".

Did you mean: engler
2007 Jan 17
2
label option in 'barplot'?
...p of the bars corresponding to the actual frequency values (i.e., the height of the bar). For histograms, one can use the 'LABEL=T' parameter to this effect, but it is not available for barplot. Must one manually create such labels for a barplot (perhaps using mtext)? Thanks. Justin Gengler
2007 Jan 11
0
a way to control xlim in multhist?
...pecification. I realize that the issue here is that multhist relies on the 'barplot' function, so I have attempted to hack the xlim change there. But no dice. So the bottom line is: is there a way to control x-axis scale and labeling through xliim when using multhist? Thanks, Justin Gengler Also: for a concrete demonstration of what I mean, compare the following: #1 mh <- list(rnorm(200, mean=100, sd=10), rnorm(200, mean=100, sd=10)) multhist(mh) #2 multhist(mh,xlim=c(0,20))