我有一個數據集3D點(x,y,z)。我用繪製這個plot3Drgl數據集,我希望以使用此文件與一些3D圖形軟件,並顯示文件保存到我的同事 library(plot3Drgl)
data <- data.frame(x=c(23,45,12,67,89,45,32,56,78,32),y=c(89,54,32,67,78,56,44,28,97,65),z=c(1,5,4,3,7,6,3,8,9)
看來我有麻煩的是Ubuntu上的rgl軟件包。 當運行 install.packages("rgl")
我有以下錯誤 checking for gcc... gcc -std=gnu99
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out