automar {autoimage} | R Documentation |
Sensible legend margins
Description
automar
determines sensible margins for
legend.scale
based on the value currently
set for par("mar")
.
Usage
automar(legend = "none")
Arguments
legend |
A character string indicating the orientation of the
|
Details
The margins produced by automar
are based on the current
choice of par("mar")
. If the user has specified a poor
choice for par("mar")
, then automar
might also
produce a poor choice for the legend margin.
Examples
automar()
automar("h")
automar("v")
[Package autoimage version 2.2.3 Index]