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
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
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
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
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
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:
>
> >
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.
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
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)
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
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
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
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
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
14 matches
Mail list logo