Hi, In stlmethods(stats) says: range.bars logical indicating if each plot should have a bar at its right side which are of equal heights in user coordinates. I don't understand the meaning of: "which are of equal heights in user coordinates" I'm working with monthly time series, with a clear seasonal cycle, but a not so clear trend, is just what I'm looking for. How do I interprate the height of such bars? Thanks Antonio
range.bars in stl
3 messages · antonio rodriguez, Brian Ripley
On Wed, 13 Apr 2005, antonio rodr?guez wrote:
In stlmethods(stats) says:
For informatively, in the help for plot.stl:
range.bars logical indicating if each plot should have a bar at its right side which are of equal heights in user coordinates. I don't understand the meaning of: "which are of equal heights in user coordinates"
Plot it and see. The bars each cover say 100 units on the y axis.
Brian D. Ripley, ripley at stats.ox.ac.uk Professor of Applied Statistics, http://www.stats.ox.ac.uk/~ripley/ University of Oxford, Tel: +44 1865 272861 (self) 1 South Parks Road, +44 1865 272866 (PA) Oxford OX1 3TG, UK Fax: +44 1865 272595
El Mi?rcoles, 13 de Abril de 2005 11:12, Prof Brian Ripley escribi?:
On Wed, 13 Apr 2005, antonio rodr?guez wrote:
In stlmethods(stats) says:
For informatively, in the help for plot.stl:
range.bars logical indicating if each plot should have a bar at its right side which are of equal heights in user coordinates. I don't understand the meaning of: "which are of equal heights in user coordinates"
Plot it and see. The bars each cover say 100 units on the y axis.
OK, I see it now. Thanks arv