[R] cat function within a loop

2004-10-05 Thread Tatsuki Koyama
I have a 'cat' function within a for loop. I would like it to print out the result everytime it goes through the for loop so that I can monitor the progress, but it only prints out (execute the cat function) once at the very end of the for loop. A simple example: for(i in 1:10){ cat(i,

[R] barplot with vcd library

2004-09-16 Thread Tatsuki Koyama
not a multiple of shorter object length in: -0.01 * height + shift 2: longer object length is not a multiple of shorter object length in: height + shift -- Tatsuki Koyama, Ph.D. Department of Biostatistics Vanderbilt University Medical Center Email: [EMAIL PROTECTED] ___