equiparate is an R package for comparing the density and adaptability of buildings and sites using permutations and heatmaps. The technique abstracts space, building on the seminal work of Leslie Martin and Lionel March on density.
library(devtools)
install_github("lbuk/equiparate")
library(equiparate)
# Compare the adaptability of floorplans with an equal number of units
equal_units(nrow = 4, ncol = 3, units = 4)
# Compare the density of sites with an equal number of dwellings
equal_dwellings(nrow = 3, ncol = 2, dwellings = 4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.