Displaying 8 results from an estimated 8 matches for "kornhaus".
Did you mean:
korthaus
2009 Jan 30
1
How to generate a xyplot with multiple panels using an empty data frame ?
Hi:
I am coding some interactive interface using an xyplot from lattice.
When a user clicks on a panel of the xyplot, a simulation is executed and
the resulting data is plotted on the corresponding panel.
The problem is that I start with an empty data frame and only fill it as the
user request data from simulations.
And, I have found it impossible to create a conditional plot that contains
panels
2009 Jan 21
1
Can I add a point to a pointsGrob from an xyplot without redrawing ?
Hi:
I am a newbie using grid and lattice.
I want to update a xyplot without redrawing and I was wondering if there is
a way of adding a point to a pointsGrob ?
For example, take the example from the "R Graphics Book" page 218-219:
grid.newpage()
angle <- seq(0, 2*pi, length=21)[-21]
x <- cos(angle)
y <- sin(angle)
xyplot( y ~ x, aspect = 1)
Lets say I take the pointsGrob
2008 Oct 23
1
Getting the panel location of a xyplot matrix using a mouse click in a GDCanvas
Hi:
I would like to find out the panel of a xyplot matrix where a mouse clicked.
I know this functionality is already bundled in trellis.focus but I can't
use it because I am coding a stand alone application in Java using with
GDCanvas as a graphics device.
I tried calling trellis.focus from Java with:
re.eval("t = trellis.focus()"));
However it did not work for an embedded
2008 Nov 19
1
Buggy trellis.focus() with xyplot ?
Hi:
(Tried to find a bug report about this issue, but was unable to find it, let
me know if this is a known issue)
I have been working on an interface to highlight xyplot panels on mouse
overs in JavaGD but I have stumbled with what seems to be a bug in
trellis.focus.
I am using R 2.8 with lattice 0.17-15
*** To replicate the bug:
1.- display an xyplot. For example, from the xyplot help page:
2009 Apr 27
1
Grouping multiple runs of multiple datasets in lattice's xyplot
Hi:
I don't know if my explanation below is clear, so afterwards, I wrote a
small a self contained annotated example that generates two plots.
I execute simulations with different parameters settings that create several
datasets, and for each parameter setting (or dataset) I can obtain different
results by choosing a different random seed.
I am stuck grouping data from the datasets and runs
2009 Jan 30
0
How to generate a xyplot with multiple panels using an empty data frame ?
Hi:
I am coding some interactive interface using an xyplot from lattice.
When a user clicks on a panel of the xyplot, a simulation is executed and
the resulting data is plotted on the corresponding panel.
The problem is that I start with an empty data frame and only fill it as the
user request data from simulations.
And, I have found it impossible to create a conditional plot that contains
panels
2009 Apr 27
0
Grouping multiple runs of multiple datasets in lattice's xyplot (with fixed example code)
Hi:
( A bug in my example code was pointed in the post I sent out earlier
today, so I am reposting with the fixed example code)
I don't know if my explanation below is clear, so afterwards, I wrote
a small a self contained annotated example that generates two plots.
I execute simulations with different parameters settings that create
several datasets, and for each parameter setting (or
2008 Nov 19
0
Buggy trellis.focus() with xyplot in JavaGD ?
Hi:
(Tried to find a bug report about this issue, but was unable to find it, let
me know if this is a known issue)
I have been working on an interface to highlight xyplot panels on mouse
overs in JavaGD but I have stumbled with what seems to be a bug in
trellis.focus.
I am using JGR R 2.8 with lattice 0.17-15
Note: It's important to you use JGR to use the Java Graphics Device.
*** To