How to connect three points to a plane in r?

前端 未结 0 1386
小蘑菇
小蘑菇 2021-01-24 17:27

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 <-         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题