This seems to be the same as o hist(*, include.lowest=., right=., plot=FALSE) does not warn anymore, (PR#9356) and more.
already fixed in R-patched. On Mon, 4 Dec 2006, [EMAIL PROTECTED] wrote: > Full_Name: Alex Deckmyn > Version: 2.4.0 > OS: linux > Submission from: (NULL) (193.190.63.62) > > > specifying the "right" option in hist results in a warning when plot=F. The > option is taken into account correctly, but a warning is issued anyway. When > plot=T there is no warning. > >> hist(c(1,1.5),breaks=0:4)$counts > [1] 1 1 0 0 >> hist(c(1,1.5),breaks=0:4,right=T)$counts > [1] 1 1 0 0 >> hist(c(1,1.5),breaks=0:4,plot=F)$counts > [1] 1 1 0 0 >> hist(c(1,1.5),breaks=0:4,right=T,plot=F)$counts > [1] 1 1 0 0 > Warning message: > argument 'right' is not made use of in: hist.default(c(1, 1.5), breaks = 0:4, > right = T, plot = F) >> hist(c(1,1.5),breaks=0:4,right=F,plot=F)$counts > [1] 0 2 0 0 > Warning message: > argument 'right' is not made use of in: hist.default(c(1, 1.5), breaks = 0:4, > right = F, plot = F) >> > > ______________________________________________ > R-devel@r-project.org mailing list > https://stat.ethz.ch/mailman/listinfo/r-devel > -- Brian D. Ripley, [EMAIL PROTECTED] Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595 ______________________________________________ R-devel@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-devel