[R] latticeExtra

2023-06-05 Thread Thomas Subia via R-help
Colleagues, I am trying to create a 3D barplot using the following script d <- read.table(text=' x   y z t1   5   high t1   2   low t1   4   med t2   8   high t2   1   low t2   3   med t3  50   high t3  12   med t3  35   low', header=TRUE) library(latticeExtra) cloud(y~x+z, d, panel.3d.clou

Re: [R] latticeExtra: how to use doubleYScale when we want to keep the groups of every lattice graph

2023-02-14 Thread Laurent Rhelp
It is great ! I had not thought to use the value 0 for the variables style1 and style2. I did not well understand when reading the documentation. Thank you Laurent Le 13/02/2023 à 19:04, Deepayan Sarkar a écrit : On Mon, Feb 13, 2023 at 3:48 AM Laurent Rhelp wrote: Dear R-Help-list, I w

Re: [R] latticeExtra: how to use doubleYScale when we want to keep the groups of every lattice graph

2023-02-13 Thread Deepayan Sarkar
On Mon, Feb 13, 2023 at 3:48 AM Laurent Rhelp wrote: > > Dear R-Help-list, > > I want to use the doubleYScale function from latticeExtra to overlap two > lattice graphs (cf. code below). The overlapping works but I lose the > groups of > every lattice, there are only two colors. Reading the docu

[R] latticeExtra: how to use doubleYScale when we want to keep the groups of every lattice graph

2023-02-12 Thread Laurent Rhelp
Dear R-Help-list,  I want to use the doubleYScale function from latticeExtra to overlap two lattice graphs (cf. code below). The overlapping works but I lose the groups of every lattice, there are only two colors. Reading the documentation, the arguments style1 and style2 give me the impression

[R] latticeExtra tileplot question - tiles are not all the same size, need help.

2012-12-04 Thread Ryan Flaherty
Hello, I have been creating many tileplots to try and illustrate the relative abundance of fish through space and time. My issue is that the tiles that border the plot are smaller than those in the center of the plot. In the example I've provided the effect is pretty minor (I'm hoping this will be

Re: [R] LatticeExtra Parallel

2010-07-07 Thread John Antonakakis
CC: r-help@r-project.org > Subject: Re: [R] LatticeExtra Parallel > > Thanks - that helps put the data on the same scale but it doesn't actually > add the scale as it still shows min and max on the axis. > > On Sun, Jul 4, 2010 at 10:49 PM, Deepayan Sarkar > wrote: > > >

Re: [R] LatticeExtra Parallel

2010-07-07 Thread Deepayan Sarkar
On Tue, Jul 6, 2010 at 8:29 PM, Ben Wilkinson wrote: > Thanks - that helps put the data on the same scale but it doesn't actually > add the scale as it still shows min and max on the axis. The scale maps from (min, max) -> (0, 1). You can compute and specify tick positions and labels accordingly.

Re: [R] LatticeExtra Parallel

2010-07-06 Thread Ben Wilkinson
Thanks - that helps put the data on the same scale but it doesn't actually add the scale as it still shows min and max on the axis. On Sun, Jul 4, 2010 at 10:49 PM, Deepayan Sarkar wrote: > On Sun, Jul 4, 2010 at 12:59 PM, Ben Wilkinson > wrote: > > I have put together a chart of 1,000 monthly d

Re: [R] LatticeExtra Parallel

2010-07-05 Thread Tal Galili
Hi Ben, You can also experiment with matlines Tal Contact Details:--- Contact me: tal.gal...@gmail.com | 972-52-7275845 Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) | www.r-statistics.com (English)

Re: [R] LatticeExtra Parallel

2010-07-04 Thread Deepayan Sarkar
On Sun, Jul 4, 2010 at 12:59 PM, Ben Wilkinson wrote: > I have put together a chart of 1,000 monthly data series using parallel and > I really like the way it displays the data. Is there a way to achieve > something similar in terms of display using the actual scale ( consistently > across all the

[R] LatticeExtra Parallel

2010-07-04 Thread Ben Wilkinson
I have put together a chart of 1,000 monthly data series using parallel and I really like the way it displays the data. Is there a way to achieve something similar in terms of display using the actual scale ( consistently across all the data) as opposed to min/max ? Thanks [[alternative H

Re: [R] latticeExtra: useOuterStrips and axis.line$lwd

2009-04-28 Thread tyler
Deepayan Sarkar writes: > On Tue, Apr 28, 2009 at 7:40 AM, tyler wrote: >> Hi, >> >> I'm working on some lattice wireframe figures that have two conditioning >> factors, and I want the strips labelled on the top and left of the >> entire plot, rather than above each individual panel. useOuterStr

Re: [R] latticeExtra: useOuterStrips and axis.line$lwd

2009-04-28 Thread Deepayan Sarkar
On Tue, Apr 28, 2009 at 7:40 AM, tyler wrote: > Hi, > > I'm working on some lattice wireframe figures that have two conditioning > factors, and I want the strips labelled on the top and left of the > entire plot, rather than above each individual panel. useOuterStrips() > does this, but it draws i

[R] latticeExtra: useOuterStrips and axis.line$lwd

2009-04-28 Thread tyler
Hi, I'm working on some lattice wireframe figures that have two conditioning factors, and I want the strips labelled on the top and left of the entire plot, rather than above each individual panel. useOuterStrips() does this, but it draws internal axis lines, even after I explicitly set axis.line