I need to plot multiple sets of data, on one Ternary plot (from the VCD package). Since they all need to be formatted differently, I can't just coerce them into one matrix, I need three separate calls. Is there a way to do this? Thanks -- View this message in context: http://www.nabble.com/Plot-multiple-datasets-on-a-VCD-ternary-graph-tp18412092p18412092.html Sent from the R help mailing list archive at Nabble.com.
On Fri, 2008-07-11 at 13:38 -0700, theBenjamin wrote:> I need to plot multiple sets of data, on one Ternary plot (from the VCD > package). Since they all need to be formatted differently, I can't just > coerce them into one matrix, I need three separate calls. Is there a way to > do this? ThanksHi theBenjamin, I'm not sure what you mean by "formatted differently", but triax.plot in the plotrix package allows you to plot one series, then add another,... See the examples. Jim