Skip to content
Prev 22851 / 63424 Next

unwarranted warning from hist.default (PR#9356)

deepayan.sarkar at gmail.com writes:
As I read the code, the purpose is to warn people if they supply plot
arguments (density, xlim, ylim,....) while plot=FALSE. There's a stop
list coded by 

        nf <- nf[is.na(match(nf, c("x", "breaks", "freq", "nclass", 
            "plot", "probability")))]

and I think the problem is just that "include.lowest" should have been
on the list.