Skip to content
Prev 307512 / 398506 Next

r-plot help-it prints outside frame

On 12-10-10 5:31 AM, piranha piranha wrote:
The line above says "allow plotting outside the frame".
Don't include the par() call above.

If you want to see those red values that fall below the frame, then use 
ylim in the original plot() call to set the limits, e.g.

plot(..., ylim=range(c(vector, est_vector, forecast)))

Duncan Murdoch