I want to print the following multiple boxes of output from R.

-------------------------------------------------------------------------------------
1st stage  |    2nd stage  |     3rd stage  |
x1            |    x2             |     x3            |
               |                     |                    |

-------------------------------------------------------------------------------------
5th stage  |    6th stage  |     7th stage  |
x4            |    x5             |     x6            |
               |                     |                    |

-------------------------------------------------------------------------------------
1st stage  |    2nd stage  |     3rd stage  |
x1            |    x2             |     x3            |
               |                     |                    |
----------------------------------------------------------------------------------------

Instead of manually typing all these numbers, can I have an easy way to
output these in the right format from R?

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to