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
?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 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 > > ______________________________________________ > R-help at stat.math.ethz.ch mailing list > https://www.stat.math.ethz.ch/mailman/listinfo/r-help > >-- Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
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 values and maybe tick marks. some sort of axis for the conditioning variable. while the 'strips' of the lattice plot do represent the single intervals as a darkly shaded region. I can't find a way to also include in the plot the actual min/max numbers corresponding to the shingle's intervals. is that possible? regards -- Murad Nayal M.D. Ph.D. Department of Biochemistry and Molecular Biophysics College of Physicians and Surgeons of Columbia University 630 West 168th Street. New York, NY 10032 Tel: 212-305-6884 Fax: 212-305-6926