Skip to content

par help page errors (PR#182)

2 messages · Martin Maechler, Bill Venables

#
Martyn> R 0.64.0 In the help page for par(), the parameters "oma" and
    Martyn> "omi" are described as vectors of the form c(xb, xt, yl, yr)
    Martyn> whereas they are c(xb,yl,xt,yr)

Thanks Martyn.
Committed a fix naming them   c(xbot, yleft, xtop, yright).

Should be in one of the next snapshots (R-release...).
Martin

-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send "info", "help", or "[un]subscribe"
(in the "body", not the subject !)  To: r-devel-request@stat.math.ethz.ch
_._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
#
Martyn> R 0.64.0 In the help page for par(), the parameters
    Martyn> "oma" and "omi" are described as vectors of the form

I have always wondered why "oma" was so named.  The margin
parameters are "mar" (relative) and "mai" (in inches), why isn't
the outer margin parameter for relative units called "omr".  To
me "Oma" sounds like someone's grandmother... . :-)

    Martyn> c(xb, xt, yl, yr) whereas they are c(xb,yl,xt,yr)

    MM> Thanks Martyn.  Committed a fix naming them c(xbot,
    MM> yleft, xtop, yright).

Why not go all the way and just use c(bottom, left, top, right)?
the x/y prefixes only serve to confuse in my view.  These are
margins, not axes.