Re: [R] lattice question--- different ylim

2003-09-04 Thread Deepayan Sarkar
For example (variations are possible), y <- 100 * runif(400) a <- gl(4, 100) x <- gl(3, 7, 400) library(lattice) bwplot(y ~ x | a, scales = list(y = "free"), ylim = list(c(0, 100), c(0, 200), c(0, 100), c(0, 200))) (Assuming you have up to date versions of R and lattice). On Thursday

[R] lattice question--- different ylim

2003-09-04 Thread Mahbub Latif
Hi there, I have four panels in a lattice bwplot. I want to have two different ylim for the panels, for example panels [1,1] and [1,2] with ylim=c(0,200) and panels [2,1] and [2,2] with ylim=c(0,100). Thanks for help in advance. Mahbub. __ [EMAIL PRO

Re: [R] lattice question

2003-08-29 Thread Deepayan Sarkar
The typical graphical representation for shingles is via plot.shingle, e.g. a <- equal.count(rnorm(100)) plot(a) I'm not sure how you wish to represent this information inside the histogram plot itself, but everything you need should be available inside the strip function. For example, #

[R] lattice question

2003-08-29 Thread Murad Nayal
Hello, I am using lattice to plot histograms of one variable conditioned on another continuous variable. for this I am using equal.count on the conditioning variable to get the appropriate shingle. I would like to have in my plot a representation of the shingle's intervals including the min/max

Re: [R] lattice question

2003-08-25 Thread Prof Brian Ripley
?xyplot, look at `scales' and in particular how to rotate axis labels. as in xyplot(sunspot ~ 1:37 ,type = "l", aspect="xy", scales = list(x=list(rot=45), y = list(log = TRUE)), sub = "log scales") On Mon, 25 Aug 2003, Mahbub Latif wrote: > Hi, > > I want to use (similar to) las

[R] lattice question

2003-08-25 Thread Mahbub Latif
Hi, I want to use (similar to) las options in lattice (bwplot) plot. Actually I want to have x-axis labels as vertical instead of default horizontal. Thanks in advance for your help. Mahbub __ [EMAIL PROTECTED] mailing list https://www.stat.math.ethz.