search for: xliim

Displaying 1 result from an estimated 1 matches for "xliim".

Did you mean: xlim
2007 Jan 11
0
a way to control xlim in multhist?
...categorical values, regardless of any xlim specification. 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))