[R] Simple cat statement - output truncated

rkevinburton at charter.net rkevinburton at charter.net
Wed Jul 15 15:53:23 CEST 2009


I have a statement:

    cat("myforecast ETS(", paste(object$components[1], object$components[2], object$components[3], object$components[4], sep = ","), ") ", n, "\n")

That generates:

cast ETS( A,N,N,FALSE )  3 

Anyone guess as to why the first 5 letters are truncated/missing?

Kevin




More information about the R-help mailing list