[R] spider / radar plot
Martin Maechler
maechler at stat.math.ethz.ch
Sat Nov 10 11:34:02 CET 2001
>>>>> "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
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
More information about the R-help
mailing list