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