[Returnanalytics-commits] r1957 - in pkg/PerformanceAnalytics: R man

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed May 23 20:12:45 CEST 2012


Author: braverock
Date: 2012-05-23 20:12:45 +0200 (Wed, 23 May 2012)
New Revision: 1957

Modified:
   pkg/PerformanceAnalytics/R/chart.QQPlot.R
   pkg/PerformanceAnalytics/man/chart.QQPlot.Rd
Log:
- manually fix chart.QQplot Rd, might still be broken for roxygen

Modified: pkg/PerformanceAnalytics/R/chart.QQPlot.R
===================================================================
--- pkg/PerformanceAnalytics/R/chart.QQPlot.R	2012-05-23 17:50:05 UTC (rev 1956)
+++ pkg/PerformanceAnalytics/R/chart.QQPlot.R	2012-05-23 18:12:45 UTC (rev 1957)
@@ -79,6 +79,7 @@
 #' fit.stable = stableFit(x,doplot=FALSE)
 #' chart.QQPlot(x, main = "Stable Paretian Distribution", envelope=0.95, distribution = 'stable', alpha = fit.stable at fit$estimate[[1]], beta = fit.stable at fit$estimate[[2]], gamma = fit.stable at fit$estimate[[3]], delta = fit.stable at fit$estimate[[4]], pm = 0)
 #' }
+#' #end examples
 #' 
 chart.QQPlot <-
 function(R, distribution="norm", ylab=NULL,

Modified: pkg/PerformanceAnalytics/man/chart.QQPlot.Rd
===================================================================
--- pkg/PerformanceAnalytics/man/chart.QQPlot.Rd	2012-05-23 17:50:05 UTC (rev 1956)
+++ pkg/PerformanceAnalytics/man/chart.QQPlot.Rd	2012-05-23 18:12:45 UTC (rev 1957)
@@ -115,6 +115,7 @@
 fit.stable = stableFit(x,doplot=FALSE)
 chart.QQPlot(x, main = "Stable Paretian Distribution", envelope=0.95, distribution = 'stable', alpha = fit.stable
 }
+}
 \author{
   John Fox, ported by Peter Carl
 }



More information about the Returnanalytics-commits mailing list