search for: l548

Displaying 3 results from an estimated 3 matches for "l548".

Did you mean: 548
2016 Aug 25
2
"plot.ts" doesn't respect the value of "pch" (+ blocked from Bugzilla signups)
...stats/R/ts.R#L597 for reference), `cex` is not included in the call. - In the bivariate case (NCOL(x) > 1): Because "cex" was captured and removed from `...`, it is not passed to `plot.default` when it is called (https://github.com/wch/r-source/blob/trunk/src/library/stats/R/ts.R#L548). It turns out that the "eating" is not being done by `...` but by the signature of `plotts`. The documentation currently reads: > ...: additional graphical arguments, see 'plot', 'plot.default' and > 'par'. This, to me, suggests parity with the 'pl...
2016 Aug 26
0
"plot.ts" doesn't respect the value of "pch" (+ blocked from Bugzilla signups)
...eference), `cex` is not included in the call. > - In the bivariate case (NCOL(x) > 1): Because "cex" was captured and > removed from `...`, it is not passed to `plot.default` when it is called > (https://github.com/wch/r-source/blob/trunk/src/library/stats/R/ts.R#L548). > It turns out that the "eating" is not being done by `...` but by the > signature of `plotts`. > The documentation currently reads: >> ...: additional graphical arguments, see 'plot', 'plot.default' and >> 'par'....
2016 Aug 25
3
"plot.ts" doesn't respect the value of "pch" (+ blocked from Bugzilla signups)
I did a search on Bugzilla for "plot.ts" and didn't find anything on this issue. I tried to sign up for Bugzilla to report it, but my e-mail address didn't pass your "syntax checking" for a legal e-mail address. The bug is easily reproducible on my machine as follows: ## start # generate some data y <- arima.sim(list(), 150) # this will definitely dispatch to a