Learn R Programming

DataExplorer (version 0.8.3)

.getPageLayout: Calculate page layout index

Description

Calculate column index on each page based on row and column counts

Usage

.getPageLayout(nrow, ncol, n)

Value

a list containing column indices for each page

Arguments

nrow

number of rows per page

ncol

number of columns per page

n

number of features