Displaying 9 results from an estimated 9 matches for "zumbrunn".
2008 Jan 31
3
X11 device distortion (PR#10666)
Full_Name: Thomas Zumbrunn
Version: 2.6.1
OS: GNU/Linux (openSuse 10.3 2.6.22.13-0.3-default)
Submission from: (NULL) (131.152.125.199)
With my particular X11 settings, the width to height ratio of the x11 device is
distorted, with the width being half that of the height. This results in wrongly
proportioned plots, wrongly...
2008 Jan 23
1
adjusting y axis labels in lattice plots?
...eters that would allow adjusting y axis labels in lattice
plots? E.g in the following simple example
require(lattice)
xyplot(rnorm(10) ~ 1:10, scales=list(alternating=2))
it would be nice to have the y axis labels adjusted to the right or at the
decimal point instead of left adjustment.
Thomas Zumbrunn
--
Thomas Zumbrunn
Institute of Zoology, University of Basel
Vesalgasse 1, CH-4051 Basel, Switzerland
GPG: 1024D/8E0AD1CE
2007 Dec 07
1
x11() and Xinerama settings
...e of the one specified by the corresponding
parameter. Furthermore, x axis labels are overlapping. Other devices (e.g.
pdf()), are not affected by these distortions.
Did anybody have the same problem, and if so, how did you solve it? ( I'm
using openSUSE 10.3 on a x86 architecture.)
Thomas Zumbrunn
--
Thomas Zumbrunn
Institute of Zoology, University of Basel
Vesalgasse 1, CH-4051 Basel, Switzerland
Tel +41 (0)61 267 03 71
GPG: 1024D/8E0AD1CE
2009 May 20
2
arrangement of crowded labels
...e.g.
labels of points in a scatter plot, in order to obtain a nicer visual
appearance and better legibility.
I'm probably just stuck because I didn't find the right key words for a
successful search on the R websites or in the mailing list archives.
Any hints are appreciated.
Thomas Zumbrunn
University of Basel
2009 Jun 02
1
lattice: horizontal alignment of labels in key
...)
It seems like the grid object which the lattice function creates from the key
arguments has different heights for the two labels since the second label does
not stretch over the baseline.
Any ideas how I could circumvent the problem (other than manipulating the key
grob)?
Best wishes
Thomas Zumbrunn
2008 Dec 11
2
call lattice function in a function passing "groups" argument
...se the lattice function "densityplot.formula" preprocesses
the "groups" argument with
groups <- eval(substitute(groups), data, environment(formula))
It there a way how I could pass the "groups" argument in the function "f"?
Thanks for any hints,
Thomas Zumbrunn
2012 May 22
2
package grid: mirror grob objects along an axis
Hi everyone
I'd like to flip grobs (grid graphical objects) along an axis, e.g. flip grobs
horizontally or vertically. I couldn't find any hints, neither in the
documentation nor by searching the web. Does anybody know how to achieve this?
Cheers
/thomas
2012 Jan 18
1
use of UTF-8 \uxxxx escape sequences in function arguments
..."Bern", "Z\u00BCrich")) {
myarg <- match.arg(myarg)
}
## test
plain("Z?rich") ## works
plain("Z\u00BCrich") ## fails
escaped("Z?rich") ## fails
escaped("Z\u00BCrich") ## works
Thank you for your help.
Thomas Zumbrunn
> sessionInfo()
R version 2.14.1 (2011-12-22)...
2008 Mar 21
0
lattice: emulating the par(xaxs="i") behaviour
...els over the full data range like this:
xyplot(x^2 ~ x, type="l", xlim=0:1, ylim=0:1,
scales=list(labels=seq(0, 1, 0.2)))
Is there a simple way to achieve this in a more general fashion (e.g. with
lattice options) so that the behaviour could be applied to a whole set of
plots?
Thomas Zumbrunn