Hmmmm, not quite statistics, but can R do spider plot like shown in http://seamonkey.ed.asu.edu/~behrens/asu/msms/student/recent_vis/spider.html or http://www.caesarsystems.com/Technica/spiderPlots.htm Thanks for any hints, Mathias -- virtual earth Mathias Picker Gesch?ftsf?hrer Gesellschaft f?r Wissens re/pr? sentation mbH Mathias.Picker at virtual-earth.de Fon +49 89 / 540 7425-1 Fax +49 89 / 540 7425-9 -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
On Fri, 9 Nov 2001 Mathias.Picker at virtual-earth.de wrote:> Hmmmm, not quite statistics, > > but can R do spider plot like shown in > > http://seamonkey.ed.asu.edu/~behrens/asu/msms/student/recent_vis/spider.html > > or > > http://www.caesarsystems.com/Technica/spiderPlots.htm >I think you can use stars() to do this. -thomas Thomas Lumley Asst. Professor, Biostatistics tlumley at u.washington.edu University of Washington, Seattle -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
>>>>> "Mathias" == Mathias Picker <Mathias.Picker at virtual-earth.de> writes:Mathias> Hmmmm, not quite statistics, yes, graphics *do* belong to statistics; Statistics is more than Math.Stats! Mathias> but can R do spider plot like shown in Mathias> http://seamonkey.ed.asu.edu/~behrens/asu/msms/student/recent_vis/spider.html Mathias> or Mathias> http://www.caesarsystems.com/Technica/spiderPlots.htm Almost, using the stars() function, and its `locations' argument. Probably I should add a version of this to the example(stars): data(mtcars) stars(mtcars[, 1:7], locations = cbind(0,rep(0,32)), radius=FALSE, key.loc=c(0,0), main="Motor Trend Cars") Mathias> Thanks for any hints, Mathias you're welcome! Martin Maechler <maechler at stat.math.ethz.ch> http://stat.ethz.ch/~maechler/ Seminar fuer Statistik, ETH-Zentrum LEO D10 Leonhardstr. 27 ETH (Federal Inst. Technology) 8092 Zurich SWITZERLAND phone: x-41-1-632-3408 fax: ...-1228 <>< -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not the subject !) To: r-help-request at stat.math.ethz.ch _._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._