2019-12-17 Resizing plots in the R kernel for Jupyter notebooks
library(repr)#Changeplotsizeto4x3options(repr.plot.width=4,repr.plot.height=3)curve(sin(x),from=0,to=2*pi,n=100)#Changeplotsizeto8x3options(repr.plot.width=8,repr.plot.height=3)curve(sin(x),from=0,to=