Hello, I'm trying to create a simple network diagram like that on http://www.pauck.de/marco/photo/infrared/comparison_of_films/diagram3.gif. Unfortunately I've not yet found any function that could do this. I think this should not be a difficult task since I only need two vectors and perhaps the names of the dimensions as data source. Could somebody help me please? Greetings, -Rainer
Simple network diagram
3 messages · Rainer Hahnekamp, Gabor Grothendieck, Jim Lemon
Check out ?stars
On 2/14/06, Rainer Hahnekamp <rainer.hahnekamp at aon.at> wrote:
Hello, I'm trying to create a simple network diagram like that on http://www.pauck.de/marco/photo/infrared/comparison_of_films/diagram3.gif. Unfortunately I've not yet found any function that could do this. I think this should not be a difficult task since I only need two vectors and perhaps the names of the dimensions as data source. Could somebody help me please? Greetings, -Rainer
______________________________________________ R-help at stat.math.ethz.ch mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide! http://www.R-project.org/posting-guide.html
1 day later
Rainer Hahnekamp wrote:
Hello, I'm trying to create a simple network diagram like that on http://www.pauck.de/marco/photo/infrared/comparison_of_films/diagram3.gif. Unfortunately I've not yet found any function that could do this. I think this should not be a difficult task since I only need two vectors and perhaps the names of the dimensions as data source.
Have a look at the radial.plot function in the plotrix package. While the diagram will be on a circular grid, it might do what you want. Jim