min_max_storeys: Heatmaps of Building Combinations with Measure of Min and Max...

View source: R/min_max_storeys.R

min_max_storeysR Documentation

Heatmaps of Building Combinations with Measure of Min and Max Storey

Description

Function for specifying minimum and maximum storey and creating heatmaps that show all combinations.

Usage

min_max_storeys(nrow, ncol, min_storey, max_storey)

Arguments

nrow

Number of rows

ncol

Number of columns

min_storey

Minimum storey

max_storey

Maximum storey

Value

Multiple heatmaps and a print-out of the number of combinations in the console.

Examples

min_max_storeys(nrow = 1, ncol = 3, min_storey = 3, max_storey = 6)

lbuk/equiparate documentation built on Aug. 24, 2023, 8:02 a.m.