Erin Hodgess wrote:
> Dear R People:
>
> Is there a function available to for phase plane plotting,
> please?
>
> Thanks,
>
> Erin Hodgess
> Associate Professor
> Department of Computer and Mathematical Sciences
> University of Houston - Downtown
> mailto: hodgess at gator.uhd.edu
>
> PS R 1.8.1 on Windows XP 2000
>
> ______________________________________________
> R-help at stat.math.ethz.ch mailing list
> https://www.stat.math.ethz.ch/mailman/listinfo/r-help
> PLEASE do read the posting guide!
http://www.R-project.org/posting-guide.html
What about
plot(x[-length(x)], x[-1])
(for lag 1; easily extendable to arbitrary lags). Or do I miss anything?
Uwe Ligges