[Returnanalytics-commits] r3532 - pkg/PerformanceAnalytics/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Fri Sep 12 00:22:21 CEST 2014
Author: peter_carl
Date: 2014-09-12 00:22:21 +0200 (Fri, 12 Sep 2014)
New Revision: 3532
Modified:
pkg/PerformanceAnalytics/R/maxDrawdown.R
Log:
- changed row label to fit function name
Modified: pkg/PerformanceAnalytics/R/maxDrawdown.R
===================================================================
--- pkg/PerformanceAnalytics/R/maxDrawdown.R 2014-09-11 22:16:59 UTC (rev 3531)
+++ pkg/PerformanceAnalytics/R/maxDrawdown.R 2014-09-11 22:22:21 UTC (rev 3532)
@@ -254,7 +254,7 @@
result = apply(R, MARGIN = 2, ar)
dim(result) = c(1,NCOL(R))
colnames(result) = colnames(R)
- rownames(result) = "Average Recovery"
+ rownames(result) = "Average Length"
return (result)
}
More information about the Returnanalytics-commits
mailing list