toLayout: toLayout

View source: R/toLayout.R

toLayoutR Documentation

toLayout

Description

Given a (minimal) length len and the number unused entries a layout is generated. If sel<0 then less rows and more columns are used and if sel>0 then more rows and less columns are used.

Usage

toLayout(len, sel = 0, unused = 0)

Arguments

len

integer: minimal size of layout

sel

integer: select less or more rows (default: 0)

unused

integer: number of unused entries (default: 0)

Value

a matrix

Examples

toLayout(13)

sigbertklinke/smvgraph documentation built on Dec. 10, 2022, 9:13 a.m.