Skip to content
Prev 276899 / 398506 Next

Error in axis ????

Recently updated my packages (update.packages() and also updated rstudio to
the latest version. Had some problems but I thought I was able to get around
them by moving my folders. However, now I'm seeing a bit of a snag with some
code that previously ran fine.  Hoping someone can suggest a fix. Here's the
screen output:

require(quantmod)
Loading required package: quantmod
Loading required package: Defaults
Loading required package: xts
Loading required package: zoo

Attaching package: ?zoo?

The following object(s) are masked from ?package:base?:

    as.Date, as.Date.numeric

Loading required package: TTR
Loading required package: rdatamarket
sp stress
1993-12-31 466.45 -0.453
1994-01-07 469.90 -0.442
1994-01-14 474.91 -0.435
1994-01-21 474.72 -0.449
1994-01-28 478.70 -0.462
1994-02-04 469.81 -0.513
Error in axis(1, at = xycoords$x, labels = FALSE, col = "#BBBBBB", ...) : 
  formal argument "col" matched by multiple actual arguments
--
View this message in context: http://r.789695.n4.nabble.com/Error-in-axis-tp4022364p4022364.html
Sent from the R help mailing list archive at Nabble.com.