The basic call is arma.spec(ar, ma) where ar and ma are vectors
containing the model parameters. Use log="no" if you do not want the plot on
a log scale. If the model is not causal or invertible an error message is given. If
there are common zeros, a spectrum will be displayed and a warning will be given;
e.g., arma.spec(ar= .9, ma= -.9) will yield a warning and the plot will be the
spectrum of white noise. See Example 4.6 on page 184.