.getPageLayout {DataExplorer} | R Documentation |
Calculate page layout index
Description
Calculate column index on each page based on row and column counts
Usage
.getPageLayout(nrow, ncol, n)
Arguments
nrow |
number of rows per page |
ncol |
number of columns per page |
n |
number of features |
Value
a list containing column indices for each page
[Package DataExplorer version 0.8.3 Index]