View source: R/jupyter-utils.R
set_plot_size | R Documentation |
Set plot size for jupyter IRKernel
set_plot_size(width, height)
width |
width of the plot |
height |
height of the plot |
# run inside a jupyter notebook
set_plot_size(10, 5)
plot(1:10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.