[R-gregmisc-users] SF.net SVN: r-gregmisc:[1556] trunk/gplots/man/hist2d.Rd
Brought to you by:
warnes
From: <wa...@us...> - 2012-06-08 17:49:36
|
Revision: 1556 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1556&view=rev Author: warnes Date: 2012-06-08 17:49:30 +0000 (Fri, 08 Jun 2012) Log Message: ----------- Move incorrectly placed closing brace. Modified Paths: -------------- trunk/gplots/man/hist2d.Rd Modified: trunk/gplots/man/hist2d.Rd =================================================================== --- trunk/gplots/man/hist2d.Rd 2012-06-07 16:08:18 UTC (rev 1555) +++ trunk/gplots/man/hist2d.Rd 2012-06-08 17:49:30 UTC (rev 1556) @@ -29,9 +29,8 @@ bins containing no elements, a set of 16 heat colors for other bins.} \item{FUN}{Function used to summarize bin contents. Defaults to \code{base::length}. Use, e.g., \code{mean} to calculate means for each bin - instead of counts. + instead of counts.} \item{xlab,ylab}{(Optional) x and y axis labels} - } \item{\dots}{ Parameters passed to the image function. } } \details{ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |