| resetpar | R Documentation |
Resets the par if necessary.
resetpar(oldpar)
oldpar |
graphical parameters |
nothing
par("mar")
oldpar <- par(no.readonly = TRUE)
par(mar = c(0,0,0,0))
par("mar")
resetpar(oldpar)
par("mar")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.