Re: [R] bagplot - a rough R function

2005-09-22 Thread Peter Wolf
Martin Maechler wrote: Peter == Peter Wolf [EMAIL PROTECTED] on Wed, 21 Sep 2005 16:49:10 +0200 writes: Peter In the moment I am writing an R function for drawing Peter bagplots (two dimensional boxplots). Peter For some elements of the plot are found numerically

[R] bagplot - a rough R function

2005-09-21 Thread Peter Wolf
In the moment I am writing an R function for drawing bagplots (two dimensional boxplots). For some elements of the plot are found numerically the resulting plots differs a little bit from the correct bagplots. Here is the link to the actual version:

Re: [R] bagplot - a rough R function

2005-09-21 Thread Martin Maechler
Peter == Peter Wolf [EMAIL PROTECTED] on Wed, 21 Sep 2005 16:49:10 +0200 writes: Peter In the moment I am writing an R function for drawing Peter bagplots (two dimensional boxplots). Peter For some elements of the plot are found numerically Peter the resulting plots differs

Re: [R] bagplot()

2004-09-17 Thread Martin Maechler
, 6, 7, 7, 8, 11, 13) y0 - c(2, 3.5,4, 4.5, 4.5,5, 5, 5, 5, 5.5,5.5, 7) r - bagplot(x0,y0, ident=FALSE) ## gives ## [1] The coordinates of the Tukey median are ( 6.75 , 4.875 ). ## [1] The bag is only plotted when there are at least 15 observations. ## and a 'spider' (instead

[R] bagplot()

2004-09-13 Thread Matthew David Sylvester
Hello, I saw a little discussion about this in the archives, but it was unclear to me whether someone had submitted a port to R of the Splus bagplot() function. If so, does anyone know where I could get it? Thanks. Best, Matt __ [EMAIL PROTECTED]

Re: [R] bagplot()

2004-09-13 Thread Prof Brian Ripley
There is no bagplot function in S-PLUS. There is one by Rousseeuw et al for S at http://www.agoras.ua.ac.be/Locdept.htm and a reply in the archives about the problems of porting at: http://maths.newcastle.edu.au/~rking/R/help/03b/4916.html My guess is that like several other cases, R porting

RE: [R] bagplot()

2004-09-13 Thread Liaw, Andy
There's now a vioplot package on CRAN, if that's what you're looking for. Andy From: Matthew David Sylvester Hello, I saw a little discussion about this in the archives, but it was unclear to me whether someone had submitted a port to R of the Splus bagplot() function. If so, does

Re: [R] Bagplot

2003-10-20 Thread Martin Maechler
Kuantsai == Kuantsai Lee [EMAIL PROTECTED] on Sat, 18 Oct 2003 18:20:23 -0700 writes: Kuantsai Has anyone ported the Bagplot function by Kuantsai Rousseeuw, Ruts, and Tukey from S to R? The S Kuantsai function comprises a script and a FORTRAN Kuantsai function. I assume

[R] Bagplot

2003-10-18 Thread Kuantsai Lee
Has anyone ported the Bagplot function by Rousseeuw, Ruts, and Tukey from S to R? The S function comprises a script and a FORTRAN function. I assume porting is relatively uncomplicated, but since I have not done any porting before I would not want to invest the effort if a port is readily