# show two different sets of basis vectors
open3d()
basis3d()
A <- matrix(c(1,2,0.1,
2,1,0.1,
0.1,0.1,0.5), 3,3)
basis3d(t(A), col="red")
# scene with two different displays
open3d()
basis3d()
basis3d(origin=c(2,0,0))
Run the code above in your browser using DataLab