Try using yrange instead of ylim.
getAnywhere("plotIts") will get you the source of the routine you are
looking for.
---
Laura Holt hotmail.com> writes:
: Dear R People:
:
: I have an its object. The original its is the Dow Jones Industrial average
: from March 23, 1990 to March 23, 2000.
Dear R People:
I have an its object. The original its is the Dow Jones Industrial average
from March 23, 1990 to March 23, 2000. I did the following;
dj1 = original series
dj2 <- log(dj1)
ddj2 <- diff(dj2)
Ok so far.
Now I would like to plot this series with a certain y limit:
min(ddj2)
[1] -0.