Learn R Programming

functClust (version 0.1.6)

plot_by_page: Plot a list of strings on several pages

Description

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.

Usage

plot_by_page(tab, nbline = 25)

Arguments

tab

a list of strings to plot.

nbline

an integer, that corresponds to a number of lines to plot by page.

Value

Nothing. It is a procedure.

Details

None.