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.
There is also playwith, if you're willing to go down the GTK+ route... 2009/9/3 Tim Shephard <tshephard at gmail.com>: > Hi folks, > > I was wondering if anyone could confirm/deny whether there exists any > kind of package...
2008/8/9 Michael Lawrence <mflawren at fhcrc.org>: > > > 2008/8/8 Felix Andrews <felix at nfrac.org> >> >> Hi, >> >> Has anyone managed to set up accelerator keys for menus with RGtk2? >> >> Looking at ?gtkAccelMapAddEntry it has an argument >> accel.key...
Hi R-devel / R-core In the new pretty() methods for Date and POSIXct https://svn.r-project.org/R/trunk/src/library/grDevices/R/prettyDate.R there is currently a "pretty" time step listed as "15 DSTdays"... but this...
On 25 April 2010 08:41, Erich Studerus <erich.studerus at bli.uzh.ch> wrote: > Hello > > After updating to R version 2.11.0, the xlim argument of the lattice > barchart function does no longer work as expected. For example...
There is panel.xblocks() in the latticeExtra package: http://latticeextra.r-forge.r-project.org/#panel.xblocks and a corresponding base graphics function xblocks() in the development version of the zoo package (not in the current CRAN release). On 15...
help.search("circle") should point you to grid.circle in the grid package, at least in my R version 2.6.1 (grid package version 2.6.1). On Sun, Mar 23, 2008 at 8:44 AM, Gabor Grothendieck <ggrothendieck...
See ?plotmath for how to add mathematical symbols and markup to plots. e.g. xyplot(1:10 ~ 1:10 | factor(1:2), strip = strip.custom(factor.levels = expression("< 90 kg", "" >= 90 * " kg"))) On 9 April 2010 06:45, mahesh samtani...
Dear R-devel, I have a problem defining the dependencies for a package. My package (latticist, not yet released) "Suggests" RGtk2, but specifically does not require it. If RGtk2 is available, the user can call a function that builds a...
list(...), I would like to zoom in to the leaves of large trees in a dendrogram plot. The playwith package allows zooming by passing xlim and ylim arguments to the plot call (Hmisc does this too I think). But currently...
ylim = extendrange(c(0,100)) ? On 26 June 2010 01:42, David Warren <davideugenewarren at gmail.com> wrote: > Hi all, > > ? ? I'm working on some plots using lattice (R 2.10.1), and have entered > the polish phase. ?I've...
It seems to draw some islands... looks OK to me... what exactly is the problem? Note, you probably want to specify aspect="iso" On 10 March 2010 14:42, Gurmeet <r.emailing.list at gmail.com> wrote: > Hi All, > > I...
One method: dd <- do.call(make.groups, mydata[,-1]) dd$X <- mydata$X xyplot(data ~ X | which, dd) Another method: form <- paste(paste(colnames(mydata)[-1], collapse = " + "), "~ X") xyplot(as.formula(form), mydata) Yet another method: library(latticeExtra) xyplot.list...
A question about vectorized operations (avoiding loops, for speed)... I need to run a simple recursive (autoregressive) filter with a time-varying coefficient. It is just a one-step recursive filter, so it would be an exponential decay if the...
Hi, you can compute cumsums for each row with t(apply(x, 1, cumsum)) As this is a simple, direct implementation, I see no reason to make it a named function. Cheers -Felix 2009/7/31 Christophe Dutang <dutangc at...
I have isolated an error that can be reproduced by the following code. The same thing happens in 2.8.0pat and 2.9.0dev. It looks like the try() code is ending up in the display list, or something...
library(zoo) tf <- c(T,F,F,F,T,T,F) i <- seq(7) answer <- ifelse(tf, i*5, NA) answer <- na.locf(answer) On 8/23/07, Gladwin, Philip <philip.gladwin at citi.com> wrote: > Hello, > > What is the...
instead of pch = 20, try par.settings = simpleTheme(pch = 20) 2008/11/4 PALMIER Patrick - CETE NP/INFRA/TRF <Patrick.Palmier at developpement-durable.gouv.fr>: > Hello, > > > I'm doing xyplot(s) with groups using the following code and "lattice...
Hmm I'm trying to work with gpclib, converting to and from the sp classes. I don't know what is/was in the package spgpc, but it is no longer available: > install.packages("spgpc", repos=rSpatial) Warning: unable to...
Hi Kitty, You can scale the grid cells of a levelplot using the 'shrink' argument; see ?panel.levelplot As for your mosaic question, are you using the 'mosaicplot' function in the graphics package, or 'mosaic' in the vcd package, or...
and I suggest looking into the 'signal' package. 2008/9/16 <rkevinburton at charter.net>: > Thank you. That is a start. The only package seems to be 'TSisean' and it seems to work differently that other packages. It doesn't...
Can't find what you're looking for? Try searching with Google .