toLayout | R Documentation |
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.
toLayout(len, sel = 0, unused = 0)
len |
integer: minimal size of layout |
sel |
integer: select less or more rows (default: |
unused |
integer: number of unused entries (default: |
a matrix
toLayout(13)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.