3d Vector plotting and visualization in R
问题 This question was migrated from Cross Validated because it can be answered on Stack Overflow. Migrated 5 years ago . Anyone know of any packages in R that can plot 3D vectors? I would like to plot some vectors over a 3 dimensional data set. I know scatterplot3d looks like it should be able to do the job, but I didn't see any documentation for vectors specifically (I would like to be able to change the origin of vectors as well). 回答1: rgl is a great package for 3d plotting. It is very like 2d