[Returnanalytics-commits] r2309 - pkg/PerformanceAnalytics/R
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Wed Jan 23 17:17:52 CET 2013
Author: peter_carl
Date: 2013-01-23 17:17:52 +0100 (Wed, 23 Jan 2013)
New Revision: 2309
Modified:
pkg/PerformanceAnalytics/R/charts.RollingPerformance.R
Log:
- removed an unused parameter, trim
Modified: pkg/PerformanceAnalytics/R/charts.RollingPerformance.R
===================================================================
--- pkg/PerformanceAnalytics/R/charts.RollingPerformance.R 2013-01-23 13:51:40 UTC (rev 2308)
+++ pkg/PerformanceAnalytics/R/charts.RollingPerformance.R 2013-01-23 16:17:52 UTC (rev 2309)
@@ -9,7 +9,6 @@
#' @param width number of periods to apply rolling function over
#' @param Rf risk free rate, in same period as your returns
#' @param main set the chart title, same as in \code{plot}
-#' @param trim TRUE/FALSE, whether to keep alignment caused by NA's
#' @param event.labels TRUE/FALSE whether or not to display lines and labels
#' for historical market shock events
#' @param legend.loc places a legend into one of nine locations on the chart:
@@ -26,7 +25,7 @@
#'
#' @export
charts.RollingPerformance <-
-function (R, width = 12, Rf = 0, main = NULL, trim = TRUE, event.labels = NULL, legend.loc=NULL, ...)
+function (R, width = 12, Rf = 0, main = NULL, event.labels = NULL, legend.loc=NULL, ...)
{ # @author Peter Carl
# DESCRIPTION:
More information about the Returnanalytics-commits
mailing list