| Hosted by CoCalc | Download
%sage r.set_plot_options(height=4, width=10)
Error: unexpected input in "%sage r.set_plot_options(height=4, width=10)"
%r a <- rnorm(10) b <- rnorm(10, mean=2) boxplot(a, b)