Description Usage Arguments Value Note Author(s) Examples
Takes input the number of plots and returns the argument of mfrow
. Does
not set mfrow
in par()
.
1 | get_nrnc(m, nc = -1, choices = 2:5)
|
m |
Number of plots, a positive integer. |
nc |
A preferred choice of number of columns. If set to -1, it is calculated
based on |
choices |
Various choices for |
Two numbers for nr and nc in mfrow
argument of par()
.
This is used in plotting results of sensitivity analyses, i.e., outputs of
sensIvreg
or senslm
.
Bikram Karmakar
1 2 3 4 5 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.