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.

1,443 results for “from:Peter Ehlers”

wishlist: 'formula' method for stripchart()
Peter Ehlers · Apr 5, 2006 · r-devel

Folks, I would find it useful to have a formula method for stripchart() with 'data' and 'subset' arguments, similar to boxplot.formula() whose code can probably be adapted fairly easily. Comments? Peter Ehlers (Win XP)

suggestion: link oneway.test on kruskal.test page
Peter Ehlers · Dec 20, 2005 · r-devel

DevelopeRs: I think it might be useful to add a link to oneway.test() on the kruskal.test() help page. ("R version 2.3.0, 2005-12-09") Peter Ehlers U of Calgary

Minor typo in ?.Primitive
Peter Ehlers · Apr 1, 2010 · r-devel

The help page for .Primitive has this line: ## start quote This function is almost never used: get(name, envir=basenv()) works equally well and .... ## end quote basenv() should be baseenv(). Checked for r51392 and r51520. -Peter Ehlers

formatC with illegal input crashes Rgui (PR#7686)
Peter Ehlers · Feb 11, 2005 · r-devel

Full_Name: Peter Ehlers Version: rw2001pat (2005-02-03) OS: Win XP Submission from: (NULL) (136.159.61.115) formatC(1, flag="s") crashes Rgui. Similarly for flag=[SnZ]. Stupid input, of course, but I'm error-prone. Peter

category with respect to category
Peter Ehlers · Dec 2, 2009 · r-help

?mosaicplot -Peter Ehlers Ahmet Temiz wrote: > hello > > I have two categorical data and want to visualise them to see their changes? > > Which graph do you recommend me for category with respect to category ? > > kind regards > > > Ahmet Temiz > -- > Open WebMail Project...

Tiny typo in help.Rd
Peter Ehlers · Jul 13, 2011 · r-devel

A recent quote by Bert Gunter from the Details section of help('help') over on R-help has this (line 82 in help.Rd): character string. There include those which cannot syntactically where the word 'There' should be 'These'. (still...

plot means ?
Peter Ehlers · Jul 12, 2011 · r-help

On 2011-07-12 07:03, Sam Steingold wrote: [snip] >> the totally unnecessary semi-colons) > > then why are they accepted? > optional syntax elements suck... They're accepted because they *can* be useful (multiple statements on one line). Is there *any...

R-2.3.0alpha-win32: Rgui and MDI/SDI
Peter Ehlers · Apr 7, 2006 · r-devel

I find that Rgui defaults to SDI if I specify MDI = yes toolbar = no in Rconsole. Hope I didn't miss something in NEWS/CHANGES. R.version.string [1] "Version 2.3.0 alpha (2006-04-05 r37653)" Win XP...

Quiz: Who finds the nicest form of X_1^\prime?
Peter Ehlers · Apr 6, 2011 · r-help

On 2011-04-06 15:21, Marius Hofert wrote: > Haha, I found a hack (using the letter "l"): > > plot(0,0,main=expression(italic(X)[1]^bolditalic("l"))) To my eye, this is a bit neater: expression(italic(X)[1...

Minimum and blanks
Peter Ehlers · Sep 30, 2009 · r-help

Chris, What is your definition of the minimum of a *character* vector? -Peter Ehlers Chris Li wrote: > Hi all, > > I want to calculate the minimum of a column which contains blanks. > > R returns "" as the minimum, which is not I...

how to plot equalprobable error ellipse?
Peter Ehlers · Feb 24, 2011 · r-help

On 2011-02-23 19:06, Jie TANG wrote: > hi,R users, > Now I have some scatter figures, is there some method can plot equalprobable > error ellipse ? > It's not clear to me what you mean by 'error ellipse' but...

Troubleshooting code
Peter Ehlers · Mar 12, 2013 · r-help

On 2013-03-12 12:28, Rolf Turner wrote: > > Your code appears to be a load of dingos' kidneys, but in general when > troubleshooting one can do worse than be guided by > fortune("magnitude and direction"). > > cheers, > > Rolf Turner Cool...

Draw text with a box surround in plot.
Peter Ehlers · Jun 2, 2010 · r-help

On 2010-06-02 16:57, guox at ucalgary.ca wrote: > text() can draw text on a plot. > Do we have a way/function to draw text with a box surround it? > Thanks, > There may be a function in some...

Adding text labels to lattice plots with multiple panels
Peter Ehlers · Apr 10, 2011 · r-help

On 2011-04-10 12:19, Jeff Stevens wrote: > Many thanks, Peter. This works brilliantly, and I prefer to have the > labels assigned outside of panel function as well. > > Cheers, > Jeff Small add-on: It's probably best to ensure...

how to force a table to be square?
Peter Ehlers · Jul 22, 2010 · r-help

On 2010-07-22 10:43, Wu Gong wrote: > > Hi William, > > I'm curious about that you used d[]<- lapply(d, factor... > Could you please tell me if there are any differences between d[] and d? > Thank you. > Why not...

ks and contour plot labels
Peter Ehlers · Mar 22, 2011 · r-help

On 2011-03-22 03:57, Erich Neuwirth wrote: > Is there an easy way to control the font size for the contour lines > in plots of kde objects in package ks? > The label size seems not obey the cex parameter...

lattice legen and auto.key conflict
Peter Ehlers · Jul 31, 2012 · r-help

On 2012-07-30 23:55, Deepayan Sarkar wrote: > > (I wish that reading lattice help would be less like trying to follow > an Asimov robot story, but there are too many possible interactions to > document both comprehensively and accurately.) I...

lattice: how to remove ticks from splom()?
Peter Ehlers · Jun 10, 2010 · r-help

It gets my vote. -Peter Ehlers On 2010-06-10 9:30, Bert Gunter wrote: > Is the quote below from Deepayan a possible Fortune? It put a sardonic smile > on my lips. > > Bert Gunter > Genentech Nonclinical Biostatistics > > > ... You should really...

Help for R plot
Peter Ehlers · Jan 17, 2011 · r-help

On 2011-01-17 02:26, Fabrice Tourre wrote: > Hi all, > How to plot as the coordinate as in my attachment? I want to trim the > coordinate and one of plot as the figure in attachment. Does any one > have...

Error with toString
Peter Ehlers · Feb 2, 2010 · r-help

You have another toString function hanging around. Your result is exactly what I get from methods('toString') after I define toString <- function(x) x You could try getAnywhere('toString') -Peter anna wrote: > Peter, here is what I get for methods...

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