4

I´m looking for a R package to plot 3d parallel coordinates plot.

It looks like so:

enter image description here

Do you known any package?

VividD
  • 10,456
  • 6
  • 64
  • 111
alexmulo
  • 751
  • 4
  • 11
  • 23
  • What does a 3d parallel coordinates plot look like? Can you include or link to an image? – Spacedman Jun 23 '13 at 15:42
  • Start with the rgl package - it can do 3d dynamic graphics. I don't know of anything for doing 3d parallel coordinates plots, but it should be fairly easy to build with rgl:lines3d calls. – Spacedman Jun 25 '13 at 07:42

1 Answers1

-2

There are quite a few. Via google searches "3d parallel coordinates plot in r" and "parcoord r"

1 2

Aaron
  • 379
  • 5
  • 14
  • thank you so much but I did it befor, but I didn´t find anything relevant. – alexmulo Jun 18 '13 at 11:27
  • did you still need help? If yes, edit your question. If not, could you mark it as answered? – Aaron Jun 19 '13 at 22:02
  • you could start off by listing the packages you have found and why they were or were not useful. People will be more likely if you have an example of how you'd like to utilize the package. – Aaron Jun 21 '13 at 18:38