I have the data which are parametric 3d curve:
t x y z
0.000 3.734 2.518 -0.134
0.507 2.604 9.059 0.919
0.861 1.532 11.584 -0.248
1.314 1.015 1.886 -0.325
1.684 2.815 4.596 3.275
1.938 1.359 8.015 2.873
2.391 1.359 8.015 2.873
..............................
I found scatterplot3d and plot3d really cool. But I need a smooth 3d curve.
How can I plot it in R?