How can I draw multiple lines(splines) in plot3d
??
I have a 3-dim coordinate. I tried one 3d line graph so far. Here is my sample data.
x <- c(2,3,4,6,2,4)
y <- c(2,4,5,3,3.43,5.2)
z <- c(5.2,4,8.1,2.8,5.5,5.5)
x1 <- c(2,5,2,5,6)
y1 <- c(2.5,5,4,5)
z1 <- c(3,4.2,8.1,3,4)