search for: est_vector

Displaying 1 result from an estimated 1 matches for "est_vector".

Did you mean: test_vector
2012 Oct 10
2
r-plot help-it prints outside frame
...od",ylab="Values") legend(max(vector), legend = c("Original values", "Estimated values"), col=c("blue","red"),lwd=0.5, cex=1, xjust=0.1, yjust=-0.3) lines (vector, type = "o", col="blue") #original values lines (est_vector, type = "o", col="red") # estimated values lines (length(vector)+1,forecast, type = "o", col="green") #forecasted value i get result as in pdf file attached in this email. Two red values are "outside of frame" and i need also to get green valu...