View source: R/min_max_storeys.R
min_max_storeys | R Documentation |
Function for specifying minimum and maximum storey and creating heatmaps that show all combinations.
min_max_storeys(nrow, ncol, min_storey, max_storey)
nrow |
Number of rows |
ncol |
Number of columns |
min_storey |
Minimum storey |
max_storey |
Maximum storey |
Multiple heatmaps and a print-out of the number of combinations in the console.
min_max_storeys(nrow = 1, ncol = 3, min_storey = 3, max_storey = 6)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.