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