[Returnanalytics-commits] r1906 - pkg/PerformanceAnalytics/R

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Sat Apr 21 21:23:57 CEST 2012


Author: braverock
Date: 2012-04-21 21:23:57 +0200 (Sat, 21 Apr 2012)
New Revision: 1906

Modified:
   pkg/PerformanceAnalytics/R/chart.BarVaR.R
Log:
- additional movement towards converting PerfA to use roxygen2 for documentation

Modified: pkg/PerformanceAnalytics/R/chart.BarVaR.R
===================================================================
--- pkg/PerformanceAnalytics/R/chart.BarVaR.R	2012-04-21 19:23:13 UTC (rev 1905)
+++ pkg/PerformanceAnalytics/R/chart.BarVaR.R	2012-04-21 19:23:57 UTC (rev 1906)
@@ -44,6 +44,12 @@
 #' @param show.symmetric if TRUE and the metric is symmetric, this will show
 #' the metric's positive values as well as negative values, such as for method
 #' "StdDev".
+#' @param show.endvalue if TRUE, show the final (out of sample) value
+#' @param show.greenredbars if TRUE, show the per-period returns using green
+#' and red bars for positive and negative returns
+#' @param show.yaxis one of "all", "firstonly", "alternating", or "none" to
+#' control where y axis is plotted in multipanel charts
+#' @param perpanel default NULL, controls column display
 #' @param ylim set the y-axis limit, same as in \code{\link{plot}}
 #' @param lwd set the line width, same as in \code{\link{plot}}
 #' @param lty set the line type, same as in \code{\link{plot}}



More information about the Returnanalytics-commits mailing list