Revision: 1812
http://sourceforge.net/p/r-gregmisc/code/1812
Author: warnes
Date: 2014-04-17 19:05:11 +0000 (Thu, 17 Apr 2014)
Log Message:
-----------
Add see also to r2d2::freq2d.
Modified Paths:
--------------
trunk/gplots/man/hist2d.Rd
Modified: trunk/gplots/man/hist2d.Rd
===================================================================
--- trunk/gplots/man/hist2d.Rd 2014-04-17 19:03:08 UTC (rev 1811)
+++ trunk/gplots/man/hist2d.Rd 2014-04-17 19:05:11 UTC (rev 1812)
@@ -39,7 +39,6 @@
then constucted which holds the counts of the number of observed (x,y) pairs
that fall into each bin. If \code{show=TRUE}, this matrix is then
then passed to \code{image} for display.
-
}
\value{
A list containing 5 elements:
@@ -50,7 +49,10 @@
}
\author{ Gregory R. Warnes \email{gr...@wa...}}
-\seealso{ \code{\link{image}}, \code{\link{persp}}, \code{\link{hist}} }
+\seealso{
+ \code{\link{image}}, \code{\link{persp}}, \code{\link{hist}},
+ \code{\link[r2d2]{freq2d}}
+ }
\examples{
## example data, bivariate normal, no correlation
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|