Description Usage Arguments Details See Also Examples
Moves axis titles and labels closer to the plotting window and shrinks the margins
1 |
x |
margin width for the x axis, default |
y |
margin width for the x axis, default |
main |
margin width for the main title, default |
right |
margin width for the right edge, default |
cex.main |
The magnification to be used for main titles relative to the
current setting of |
... |
further arguments passed to |
Old par
settings are stored in .old.par
before a call to
par
of the form par(mar=c(x, y, main, right), mgp=c(1.9, 0.6, 0))
is made.
Other par_and_plot_margins_functions: default_par
,
revert_par
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.