Skip to content
Prev 312101 / 398502 Next

R strange behaviour when building huge concatenation

You probably hit a buffer limit in X11/xterm on your ubuntu machine with copy and paste. I get that behavior with Putty using your vector or when pasting (long) commands into Putty. 

If you really prefer copy and paste for this vector then try something like
Read 2357 items
[1] 2 1 0 0 0 7
[1] 0 0 5 0 4 0

Otherwise you can save your code and source() the file. There is also ESS (Emacs Speaks Statistics) and friends if you want to avoid copy/paste approach.  

BTW you can use Ctrl-C to get back to command prompt in your R console rather than typing "q" in your output below.