DefaultParL: default 'par' settings for plots

Description Usage Arguments Details Author(s) References See Also Examples

Description

The function calls 'par' with some default settings to improve plots. See par for details.

Usage

1
2
3
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, ...)

Arguments

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 par

Details

No details.

Author(s)

Matthias Forkel <matthias.forkel@geo.tuwien.ac.at> [aut, cre]

References

No reference.

See Also

par

Examples

1
2
DefaultParL()
plot(1:10)

ModelDataComp documentation built on Nov. 22, 2020, 3 a.m.