I have two vectors and want to draw a plane that these two vectors construct together.
library(plot3D) x0 <- c(0, 0) y0 <- c(0, 0) z0 <- c(0, 0) x1 <-