[R-gregmisc-users] SF.net SVN: r-gregmisc:[1674] trunk/gplots/R/baseOf.R
Brought to you by:
warnes
From: <wa...@us...> - 2013-06-27 20:28:51
|
Revision: 1674 http://sourceforge.net/p/r-gregmisc/code/1674 Author: warnes Date: 2013-06-27 20:28:48 +0000 (Thu, 27 Jun 2013) Log Message: ----------- Add more in-line comments Modified Paths: -------------- trunk/gplots/R/baseOf.R Modified: trunk/gplots/R/baseOf.R =================================================================== --- trunk/gplots/R/baseOf.R 2013-06-27 20:20:46 UTC (rev 1673) +++ trunk/gplots/R/baseOf.R 2013-06-27 20:28:48 UTC (rev 1674) @@ -1,8 +1,5 @@ + # transform base -# baseOf transforms a value (v) of base 10 into a an -# array of factors for v's representation to another -# base (b). This is used later in the code to identify -# all the different intersections. # v = value of base 10 to be transformed # b = new base # l = minimal length of returned array (default is 1) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |