Re: [R] Failing to install the rgl package

2023-01-26 Thread David Winsemius
On 1/26/23 11:04, Tunga Kantarcı wrote: Hi, I try to execute the seven lines of code below to plot a graph. But I am failing as the messages below show. Where am I going wrong? install.packages("rgl") library(rgl) y_hat = X%*%B_hat open3d(windowRect = c(100,100,900,900),family = "serif") col

[R] Failing to install the rgl package

2023-01-26 Thread Tunga Kantarcı
Hi, I try to execute the seven lines of code below to plot a graph. But I am failing as the messages below show. Where am I going wrong? install.packages("rgl") library(rgl) y_hat = X%*%B_hat open3d(windowRect = c(100,100,900,900),family = "serif") color = rainbow(length(y_hat))[rank(y_hat)] plo