[R-gregmisc-users] SF.net SVN: r-gregmisc:[1503] trunk/gplots/man
Brought to you by:
warnes
From: <wa...@us...> - 2011-09-02 18:23:17
|
Revision: 1503 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1503&view=rev Author: warnes Date: 2011-09-02 18:23:11 +0000 (Fri, 02 Sep 2011) Log Message: ----------- Add necessary alias statment to man files for for 'hist2d' and 'ci2d' print methods. Modified Paths: -------------- trunk/gplots/man/ci2d.Rd trunk/gplots/man/hist2d.Rd Modified: trunk/gplots/man/ci2d.Rd =================================================================== --- trunk/gplots/man/ci2d.Rd 2011-09-02 18:20:15 UTC (rev 1502) +++ trunk/gplots/man/ci2d.Rd 2011-09-02 18:23:11 UTC (rev 1503) @@ -1,6 +1,7 @@ % $Id$ \name{ci2d} \alias{ci2d} +\alias{print.ci2d} \title{ Create 2-dimensional empirical confidence regions } Modified: trunk/gplots/man/hist2d.Rd =================================================================== --- trunk/gplots/man/hist2d.Rd 2011-09-02 18:20:15 UTC (rev 1502) +++ trunk/gplots/man/hist2d.Rd 2011-09-02 18:23:11 UTC (rev 1503) @@ -1,6 +1,7 @@ % $Id$ \name{hist2d} \alias{hist2d} +\alias{print.hist2d} \title{ Compute and Plot a 2-Dimensional Histogram } \description{ Compute and plot a 2-dimensional histogram. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |