This maybe a very stupid question. But,
I'm trying to figure out how to draw the so-called "Spidergram" from a
set of data, say, 15 chemical elements (on horizontal axis), and the
concentration of each element from 60 stations (on vertical axis). So
the matrix will be 15 x 60. The values of each station will be drawn as
a connected line.

So far, after spending many hours of thumbing thru the R manuals and
help files, I can only draw the line for a single station, by:

>plot(log(X.1.) ~ Atomic, data=dino, col="blue", pch=16, type="b")

Any help will be very highly appreciated.
-- 


Smiles,

Timothy Huang ¶À¤j£¸

43, Lane 525, Section 3, AnKang Road, XinDian City

Taipei County, Taiwan 23156, Rep. of China

¥x¥_¿¤23156·s©±¥«¦w±d¸ô¤T¬q525«Ñ43¸¹

Tel 886-2-2214-0517 Fax 886-2-2214-4201


        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to