sps | R Documentation |
Set plot size for jupyter IRKernel
sps(width, height)
width |
width of the plot |
height |
height of the plot |
previous width and height (invisibly)
sps(10, 5)
plot(1:10)
# save previous size
prev <- sps(5, 5)
plot(1:10)
sps(prev[1], prev[2])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.