Skip to content

Search Archives

Search tips
from:Name Search by author name, e.g. from:Duncan Murdoch "exact phrase" Match an exact phrase word1 word2 Match messages containing both words Date range Use the date pickers to filter results to a time period

Use the list dropdown to narrow results to a specific mailing list. Combine from: with other terms to filter by author and content.

17 results for “from:Thomas Zumbrunn”

package grid: mirror grob objects along an axis
Thomas Zumbrunn · May 22, 2012 · r-help

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...

arrangement of crowded labels
Thomas Zumbrunn · May 19, 2009 · r-help

Dear R users I'm looking for algorithms that assist in spreading out 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...

adjusting y axis labels in lattice plots?
Thomas Zumbrunn · Jan 23, 2008 · r-help

Are there parameters 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...

X11 device distortion (PR#10666)
Thomas Zumbrunn · Jan 31, 2008 · r-devel

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() and Xinerama settings
Thomas Zumbrunn · Dec 7, 2007 · r-help

Hello Since I changed my X11 settings to a Xinerama setup, calls to x11() result in windows with a width half the size of the one specified by the corresponding parameter. Furthermore, x axis labels are overlapping. Other devices (e...

lattice: horizontal alignment of labels in key
Thomas Zumbrunn · Jun 2, 2009 · r-help

Dear R users I have problems horizontally aligning labels in keys of lattice plots when the labels make use of plotmath. Here's a self-contained example: dat <- data.frame(x = rnorm(10), y = rnorm(10), z = factor(rep(c...

lattice: emulating the par(xaxs="i") behaviour
Thomas Zumbrunn · Mar 21, 2008 · r-help

I tried to emulate the axis interval calculation behaviour of the traditional graphics system (with par(xaxs="i")) in lattice but couldn't find a flexible solution. Let's say a have a simple xyplot: x <- seq(0, 1, 0...

arrangement of crowded labels
Thomas Zumbrunn · May 21, 2009 · r-help

> -----Original Message----- > I'm looking for algorithms that assist in spreading out 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...

call lattice function in a function passing "groups" argument
Thomas Zumbrunn · Dec 11, 2008 · r-help

I'm trying to use a lattice function within a function and have problems passing the "groups" argument properly. Let's say I have a data frame d <- data.frame(x = rnorm(100), y = c("a", "b")) and want to...

use of UTF-8 \uxxxx escape sequences in function arguments
Thomas Zumbrunn · Jan 18, 2012 · r-devel

While preparing a function that contained non-ASCII characters for inclusion into a package, I replaced all non-ASCII characters with UTF-8 escape sequences (using \uxxxx) in order to make the package portable (and adhere to "R CMD check...

X11 device distortion (PR#10666)
Thomas Zumbrunn · Jan 31, 2008 · r-devel

On Thursday 31 January 2008, Hin-Tak Leung wrote: > My first thought was that you must be using Xinerama or TwinView - > and you did mention Xinerama in your r-help message but not > in your bug report - this detail is...

use of UTF-8 \uxxxx escape sequences in function arguments
Thomas Zumbrunn · Jan 19, 2012 · r-devel

On Thursday 19 January 2012, peter dalgaard wrote: > On Jan 18, 2012, at 23:54 , Thomas Zumbrunn wrote: > > plain("Z?rich") ## works > > plain("Z\u00BCrich") ## fails > > escaped("Z?rich") ## fails > > escaped("Z\u00BCrich") ## works > > Using the correct UTF-8 code...

x11() and Xinerama settings
Thomas Zumbrunn · Feb 1, 2008 · r-help

On Friday 07 December 2007, Thomas Zumbrunn wrote: > Since I changed my X11 settings to a Xinerama setup, calls to x11() result > in windows with a width half the size of the one specified by the > corresponding parameter. Furthermore, x...

package grid: mirror grob objects along an axis
Thomas Zumbrunn · May 22, 2012 · r-help

Maybe my question was not concise enough. I was referring to objects created with the "package "grid" (also called "grobs"), not to the function "grid" from package "graphics". For instance, let's say I have a polygon createad with grid...

use of UTF-8 \uxxxx escape sequences in function arguments
Thomas Zumbrunn · Jan 20, 2012 · r-devel

On Friday 20 January 2012, Simon Urbanek wrote: > On Jan 19, 2012, at 6:39 PM, Thomas Zumbrunn wrote: > > On Thursday 19 January 2012, peter dalgaard wrote: > >> On Jan 18, 2012, at 23:54 , Thomas Zumbrunn wrote: > >>> plain("Z?rich...

package grid: mirror grob objects along an axis
Thomas Zumbrunn · Jun 3, 2012 · r-help

My question was answered off list by Paul Murrell, author of 'grid'. Here's am excerpt of our email exchange for the records of R-help. ======== Paul Murrell ======== In some special cases, you would be able to "flip" shapes. If...

using lmer() to estimate intraclass correlation coefficients (ICCs)
Thomas Zumbrunn · Jun 6, 2011 · r-sig-mixed-models

Dear all I'm using lmer() to obtain variance component estimates for the estimation of intraclass correlation coefficients (ICCs). However, I'm struggling with the specification of a proper model. I'd like to illustrate the problem with an example...

Can't find what you're looking for? Try searching with Google .