Skip to content
Prev 307513 / 398506 Next

r-plot help-it prints outside frame

You could set xlim and slim when using plot()

plot(vector,xlab="Period",ylab="Values",xlim=range(0,length(vector)+1),ylim=range(vector,est_vector,forecast))

i think - you forgot to provide data for the vectors :)
On 10.10.2012, at 11:31, piranha piranha wrote: