View source: R/all_custom_functions.R
parReset | R Documentation |
Used to reset to previously saved par() settings, ideally stored with parSave()
parReset(parOld, split = FALSE)
parOld |
Previously stored output of par(). Ideally stored with parSave() |
split |
If set to TRUE the plot region is automatically splitted in two rows and two columns |
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.