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 = "Black" ) -- View this message in context: http://www.nabble.com/Extract-and-plot-array-from-data-tp18453896p18453896.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ 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.