Hi,
the plot of acf has the title (main) of the name of the Data, like:
"Series:mich"
at the plot of eda.ts (s. Guide to Statistics Volume 1: statman1.pdf; p.59):
eda.ts <-function(x)
{
par(mfrow = c(2, 1))
ts.plot(x)
acf(x)
invisible()
}
the title of acf are "Series: x" (variable x)
Why? And how can I solve this "problem"?
the same problem exists also in other functions (main, xlab,etc.), e.g.
eda.shape (s. Guide to Statistics Volume1: statman1.pdf; p.58).
I use SPLUS 2000 Professional Release 3, Win 98
Thanks in advance
jens
--
Jens Lehnen
Sportwissenschaft
Universitaet Konstanz
Universitaetstr. 10
Postfach D 30
78457 Konstanz
Germany
Tel. +49 7531 883564
Fax +49 7531 883026
|