Re: About ACF Plot in S+
- From: Marc Schwartz <MSchwartz@xxxxxxxxx>
- Date: Fri, 30 Dec 2005 00:26:31 GMT
Haseeb wrote:
> How to rescale the y axis in acf plot? say if I want to change the
> scale of y axis to 0.4 instead of 1.0.
> Thanks in advance.
You can use:
acf(..., ylim = c(min, max))
where 'min' and 'max' are replaced by the explicit values that you want
to impose on the range of the y axis for the plot.
See the help for the corresponding plot function, which in S-PLUS is
?acf.plot from my reading of MASS4, page 390. I don't have S-PLUS but do
have R, where it is ?plot.acf.
HTH,
Marc Schwartz
.
- Follow-Ups:
- Re: About ACF Plot in S+
- From: Haseeb
- Re: About ACF Plot in S+
- References:
- About ACF Plot in S+
- From: Haseeb
- About ACF Plot in S+
- Prev by Date: Re: Maximum likelihood estimator and multiple maxima
- Next by Date: Re: The BOOTSTRAP trap
- Previous by thread: About ACF Plot in S+
- Next by thread: Re: About ACF Plot in S+
- Index(es):
Relevant Pages
|