[R] Extract and plot array from data

2008-07-14 Thread theBenjamin
I have a table of data, and columns 6-8 of row 1 each contain an array. How do I extract those arrays and plot them against eachother? Here is my current code, which only plots the first point of the array. circle <- as.matrix(AllData[1,6:8]) triax.points( circle, pch = 20, col.symbols = "Blac

[R] Plot multiple datasets on a VCD ternary graph

2008-07-11 Thread theBenjamin
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/Pl

[R] Ternaryplot function

2008-07-03 Thread theBenjamin
I am new to R, so this is most likely a dumb question. I just installed the vcb package, but when I try to use a function from it (ternaryplot) I get an error message saying 'could not find function: ternaryplot'. I'm pretty confident that my script is correct, so I'm assuming that I did not pro