one | R Documentation |
change from multiple R-screens to one
one()
par(mfrow=c(2,1))
plot(rnorm(10), rnorm(10) )
plot(rnorm(10), rnorm(10) )
one()
plot(rnorm(10), rnorm(10) )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.