How can I change the size of rgl plots in Shiny RMarkdown?
问题 I'm creating a Shiny document using RMarkdown and am including reactive plots from rgl . I cannot, however, change the viewport size of the rendered plots. That is, I cannot change the height and width of the space in which the plots render. How might I make the rendered plots bigger than their default? EDIT: Alternating fig.width in the knitr options does not change the width of Shiny render functions, it seems. Below is the document I have so far. --- title: "Untitled" runtime: shiny output