Displaying 7 results from an estimated 7 matches for "tsplot".
Did you mean:
toplot
2002 Nov 05
3
tsplot function
I understand that the tsplot function is no longer available in the
latest verion. What should I do if I want to plot say the first five
rows of a matrix??
-gyan
-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-
r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html
Send...
1999 Mar 23
1
rts, cts, tsplot
Is plot(ts.object) equivalent to the S-Plus ts.plot ?
--
-------------------------------------------------------------------------
Konstantinos E. Vorloou | Tel: +44 (0)191 374 1821
Department of Economics & Finance | Fax: +44 (0)191 374 7289
University of Durham, | email: K.E.Vorloou at durham.ac.uk
23/26 Old Elvet, | or : vorlow at rocketmail.com
2002 Jul 23
2
tsplot
Dear all,
I would like to plot n time series together. I've defined a matrix w, where
each column contains one time series. With S-Plus usually I use the
tsplot(.) command, but it seems that this command is not available in R.
Can someone help me?
Thank you,
Enrico De Giorgi
************************************************
ETH Z?rich and
University of Z?rich
Enrico De Giorgi
Researcher
Risklab and
Institute for Empirical Research in Economics
Bl?mlisa...
2011 May 10
2
Leyenda de las series en tsplot
Hola de nuevo:
Sigo enfrascado con mi dichoso procedimiento para generar modelos de
predicción de series temporales.
Llegado un momento pretendo guardar un gráfico en el que se representara:
-En a estarán los puntos obtenidos por el alisado (tanto en el pasado como
las estimaciones a futuro)
-En o estará la serie de datos original.
-En inf los limites inferiores de los intervalos de confianza
1997 Aug 25
0
R-alpha: `missing' BB functions
...ch axes chull clorder cutree cycle date
debugger dget discr faces interp l1fit labclust lag loglin
monthplot mstree mulbar napsack odometer persp plclust plotfit
rep.int restore rreg sabl sablplot set.seed smooth sort.list
Stable stars starsymb storage subtree symbols tempfile tslines
tsmatrix tsplot tspoints twoway unlink usa xor
In some detail:
aggregate cycle lag smooth tslines tsmatrix tsplot tspoints:
Obviously useful for time series. Andreas has a quick version
of lag() ...
allocated storage:
Something to display the current memory consumption (other than
as a byproduct of calling...
1998 Mar 26
1
R-beta: mfg weirdness + future of graphics pars
...is only meant to be queried.
No. One use for setting mfg is to produce a page of plots in
portrait orientation with, say, two small plots on the top half
of the page and one long flat one along the bottom. to wit
par(mfrow = c(2,2))
plot(... first ...)
plot(... second ...)
par(mfg = c(2,1,2,1)
tsplot(... long, lazy plot across bottom ...)
Although this is possible, I prefer to do this kind of thing
with the "fig" parameter. In fact I use mfrow, mfcol and mfg as
little as possible since they waste so much of the space with
axes and labels.
>
> Perhaps not unrelatedly ...
&...
1997 Aug 25
0
R-alpha: Re: missing' BB functions
...R) so that it returns the
new value of the seed rather than returning NULL. There is a bit of a
kludge to make set.seed work with the single integer argument suggested
in the BB. It also works with the more realistic argument, a
previous setting of the seed.
I have working versions of tsmatrix and tsplot, but I'm not sure to
what extent they can be separated from a small "tframe library" I have
built to separate out (improve) the handling of the time dimension in
both Splus and R. I'll take a look at this shortly.
Also, if anyone has coded the functions acf and/or ar I would cert...