Skip to content

hist() with option "sub" (PR#2492)

1 message · Martin Maechler

#
.....

    MM> However, `sub' would really be a natural argument -- less for hist() than
    MM> for plot.histogram(), the plotting method called  by hist() when
    MM> it's plot argument is TRUE.  
    MM> Adding it there and pass it explictly to axis() solves this problem.

Oops, "thinko":  I meant  `title()', not `axis()'.

Martin