[Xts-commits] r669 - in pkg/xtsExtra: R man
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Tue Jul 3 05:07:47 CEST 2012
Author: weylandt
Date: 2012-07-03 05:07:47 +0200 (Tue, 03 Jul 2012)
New Revision: 669
Modified:
pkg/xtsExtra/R/plot.R
pkg/xtsExtra/man/plot.xts.Rd
Log:
Missing comma in doc caught by R CMD check
Modified: pkg/xtsExtra/R/plot.R
===================================================================
--- pkg/xtsExtra/R/plot.R 2012-07-03 02:59:17 UTC (rev 668)
+++ pkg/xtsExtra/R/plot.R 2012-07-03 03:07:47 UTC (rev 669)
@@ -168,7 +168,7 @@
do_scatterplot <- function(x, y, xy.labels, xy.lines, xlab, ylab, main, log, cex, xlim, ylim, type, pch, ...){
if(missing(main)) main <- paste(xlab, "vs.", ylab)
if(missing(log)) log <- ''
- if(missing(cex)) cex <- 0.8
+ if(missing(cex)) cex <- 0.8
if(missing(pch)) pch <- 1L
x <- try.xts(x); y <- try.xts(y)
Modified: pkg/xtsExtra/man/plot.xts.Rd
===================================================================
--- pkg/xtsExtra/man/plot.xts.Rd 2012-07-03 02:59:17 UTC (rev 668)
+++ pkg/xtsExtra/man/plot.xts.Rd 2012-07-03 03:07:47 UTC (rev 669)
@@ -12,7 +12,7 @@
major.format=TRUE, bar.col.up = 'white',
bar.col.dn ='red', candle.col='black',
xy.labels = FALSE, xy.lines = NULL,
- events, blocks ...)
+ events, blocks, ...)
}
\arguments{
\item{x}{an \code{xts} object}
More information about the Xts-commits
mailing list