The following Rmarkdown renders the plotly 3D graph in HTML, but not in PDF. Testing plotly ```{r} library(plotly) p <- plot_ly(data=iris, x=~ ...
確定! 回上一頁