View source: R/all_custom_functions.R
parMarModify | R Documentation |
Increases or decreases the margins of the current plot by a specified factor.
parMarModify(f = 0.3, reduce = FALSE)
f |
The factor by which the margins are changed. |
reduce |
A logical value indicating whether the margins should be increased or reduced. Default increases the margins. |
plot(1:5)
parMarModify()
plot(1:5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.