View source: R/all_custom_functions.R
parSave | R Documentation |
Returns the current par() settings. Can be used in combination with parReset() to fall back to old par() settings later.
parSave()
The output of par() with some values removed in order to make falling back to these settings easier. However, some entries in the output list might still give problems.
olpar <- parSave()
parReset(olpar)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.