equal_units: Heatmaps of Floorplans with an Equal Number of Units

View source: R/equal_units.R

equal_unitsR Documentation

Heatmaps of Floorplans with an Equal Number of Units

Description

Function for comparing the adaptability of floorplans by creating heatmaps with an equal number of units.

Usage

equal_units(nrow, ncol, units)

Arguments

nrow

Number of rows

ncol

Number of columns

units

Number of units

Value

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

Examples

equal_units(nrow = 4, ncol = 3, units = 4)

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