| plot_by_page | R Documentation |
Take a list of strings, then divide it in several units of same length a a page. A page is defined by a number of lines.
plot_by_page(tab, nbline = 25)
tab |
a list of strings to plot. |
nbline |
an integer, that corresponds to a number of lines to plot by page. |
None.
Nothing. It is a procedure.