search for: tsfix

Displaying 2 results from an estimated 2 matches for "tsfix".

Did you mean: nsfix
1999 Jul 02
0
Bug in "[.ts" for multivariate ts {Problem with plot.ts, "[" (PR#217)
..._._._._._._._._. > _ ---------------------------------- E-Mail: Martyn Plummer <plummer@iarc.fr> Date: 02-Jul-99 Time: 18:02:32 This message was sent by XFMail ---------------------------------- --_=XFMail.1.3.p0.Linux:990702182137:16900=_ Content-Disposition: attachment; filename="tsfix" Content-Transfer-Encoding: 7bit Content-Description: tsfix Content-Type: text/plain; charset=us-ascii; name=tsfix; SizeOnDisk=1838 "[.ts" <- function (x, i, j, drop = TRUE) { y <- NextMethod("[") if (missing(i)) ts(y, start = start(x), freq = frequ...
1999 Jul 02
1
Bug in "[.ts" for multivariate ts {Problem with plot.ts, "["} (PR#216)
>>>>> On Fri, 02 Jul 1999, Adrian Trapletti <Adrian.Trapletti@wu-wien.ac.at> said: Adrian> There seems to be a problem with plot.ts (R Version 0.64.2) > x<-cbind(1:10,2:11) > x<-as.ts(x) > plot(x) Adrian> Error: subscript (20) out of bounds, should be at most 10 This is definitely a bug --> CC: R-bugs ALL NOTE : This is *not* new