DefaultParL {ModelDataComp} | R Documentation |
The function calls 'par' with some default settings to improve plots. See par
for details.
DefaultParL(mfrow = c(1, 1), mar = c(3.7, 3.5, 2.5, 0.5), oma = c(0.8, 0.1, 0.1, 0.2), mgp = c(2.4, 1, 0), cex = 1.3, cex.lab = cex * 1.1, cex.axis = cex * 1.1, cex.main = cex * 1.1, ...)
mfrow |
number of rows/columns |
mar |
margins |
oma |
outer margins |
mgp |
margin line for axis title, label and lines |
cex |
text and symbol size |
cex.lab |
label size |
cex.axis |
axis anootation size |
cex.main |
title size |
... |
further arguments to |
No details.
Matthias Forkel <matthias.forkel@geo.tuwien.ac.at> [aut, cre]
No reference.
DefaultParL() plot(1:10)