Category "rgl"

Change plot size of rglwidget in shiny

I would like to stretch these plots to the window size or at least make them bigger: ui.R options(rgl.useNULL = TRUE) library(shiny) library(rgl) shinyUI(flui

RMarkdown: How to embed an 3D plot?

How to embed 3D plot (rgl) into a html created via knitr? There are several older posts looking for similar outcome. However, when I run all the sample codes i

I can not see the 3d figure when using r function persp3d

I can not see the 3d figure when using r function persp3d, like using this demo code, it does not appear andy 3d graph, is it because the version of R? # (1) Th

`rgl` crashes R 4.2.0 in RStudio

The new release of R version 4.2.0 will crash when loading the rgl package if in RStudio. What can I do about it?